The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • In t/11stringification.t add a test to check that F128toSTR is, in fact, not outputting insane values.
  • Fix the problem that necessitated the addition of that F128toSTR test. For defined(__MINGW32__) && !defined(__MINGW64__) we now: typedef __float128 float128 __attribute__ ((aligned(32))); instead of simply: typedef __float128 float128;

Modules

perl interface to C's (quadmath) __float128 operations