Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added float32 option #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

akotlar
Copy link

@akotlar akotlar commented Nov 16, 2017

Creates new flag, prefer_float32, which allows the use of 5 bytes per float, instead of the default 9.

Flag is named "prefer_float32" to anticipate this library's move to more recent versions of msgpack-c, which rename float/double functions to float32/float64.

For population genetics computations, 32bit float is quite enough.

Addresses #31

akotlar and others added 3 commits November 16, 2017 13:13
* migrate to Minilla

* perl author/update-msgpack-c.pl 1.4.0

* Fix test for newer Windows Perl(>= 5.30.0)

* update .travis.yml

* minil build

* Checking in changes prior to tagging of version 1.01.

Changelog diff is:

diff --git a/Changes b/Changes
index 002d7c8..da396f2 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Data-MessagePack
 
 {{$NEXT}}
 
+1.01 2020-03-17T17:06:53Z
+
+    - Switch to Minilla from Module::Install
+    - Fix test for newer Windows Perl
+
 1.00 2016-08-21 15:30:00+0900
 
     - Update major version for MessagePack versioning rule

* Skip 05_preferred_int if use_quadmath is enabled

Overflowed integer literal value like 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
is different between use_quadmath enabled perl and use_quadmath disabled
perl(default).

* Switch to github actions

* Checking in changes prior to tagging of version 1.02.

Changelog diff is:

diff --git a/Changes b/Changes
index da396f2..49cf9c5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Data-MessagePack
 
 {{$NEXT}}
 
+1.02 2022-03-11T14:27:47Z
+    - Fix test for usequadmath Perl
+
 1.01 2020-03-17T17:06:53Z
 
     - Switch to Minilla from Module::Install

---------

Co-authored-by: Shoichi Kaji <skaji@cpan.org>
Co-authored-by: Shohei YOSHIDA <shohei.yoshida@dena.com>
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant