Movement against float.init being nan

Walter Bright newshound2 at digitalmars.com
Sun Aug 28 18:31:37 UTC 2022


On 8/25/2022 11:05 AM, Bastiaan Veelo wrote:
> Compile with LDC and options `--ffast-math -O`.


https://stackoverflow.com/questions/7420665/what-does-gccs-ffast-math-actually-do

I'd stay away from fast-math. If you want to use it, however, you're on your own 
as D assumes IEEE math.


More information about the Digitalmars-d mailing list