Skip to content

Fix quadmath perl - #128

Merged
syohex merged 1 commit into
masterfrom
fix-quadmath
Apr 4, 2026
Merged

Fix quadmath perl#128
syohex merged 1 commit into
masterfrom
fix-quadmath

Conversation

@syohex

@syohex syohex commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator

Changes

  • Gconvert does not support __float128 and causes wrong value. Gconvert uses %g modifier, so it only converts first 64bits of __float128 value.

@syohex
syohex marked this pull request as ready for review April 3, 2026 06:41
Gconvert does not support __float128 and causes wrong value.
Gconvert only converts first 64bits of __float128 value.
@syohex

syohex commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator Author

https://gist.github.com/syohex/ce93d4739d8c95f2bf4d0a3b6bf40900

Test log with QuadMath Perl

@syohex
syohex merged commit a6613ca into master Apr 4, 2026
28 checks passed
@syohex
syohex deleted the fix-quadmath branch April 4, 2026 00:59
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