Re: FYI: quadmath.h's expq() crashes at runtime

2013-11-24 Thread kmx
Hi Rob, On 5.10.2013 17:06, sisyph...@optusnet.com.au wrote: Hi, It's no big deal, but current Strawberry Perl 32-bit and 64-bit compilers create executables that crash when expq() is called. Here's the minimalistic demo script: #include int main (void) { __float128

FYI: quadmath.h's expq() crashes at runtime

2013-10-05 Thread sisyphus1
Hi, It's no big deal, but current Strawberry Perl 32-bit and 64-bit compilers create executables that crash when expq() is called. Here's the minimalistic demo script: #include int main (void) { __float128 r; r = expq(2.0Q); r = sqrtq(2.0Q); r = fabsq(2.0Q); r = s