jmeubank / tdm-gcc

TDM-GCC is a cleverly disguised GCC compiler for Windows!
https://jmeubank.github.io/tdm-gcc/
584 stars 49 forks source link

Old version of fmaq() appears to be used #14

Closed p-j-miller closed 3 years ago

p-j-miller commented 4 years ago

It appears that an old version of fmaq() is supplied in this package. Compiling and linking the version from https://fossies.org/linux/gcc/libquadmath/math/fmaq.c which describes itself as Member "gcc-9.3.0/libquadmath/math/fmaq.c" (12 Mar 2020, 9888 Bytes) of package /linux/misc/gcc-9.3.0.tar.xz: resolved the issue for me. Without doing this some results from fmaq() were 1 bit in error.

jmeubank commented 3 years ago

This will be resolved in the upcoming TDM-GCC 10.3.0 release (I hope, based on the info you provided).

p-j-miller commented 3 years ago

Thanks - I look forward to trying your next release