Always false float comparisons
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 18 01:55:03 PDT 2016
On 5/18/2016 1:30 AM, Ethan Watson wrote:
>> You're also asking for a mode where the compiler for one machine is supposed
>> to behave like hand-coded assembler for another machine with a different
>> instruction set.
>
> Actually, I'm asking for something exactly like the arch option for MSVC/-mfmath
> option for GCC/etc, and have it respect that for CTFE.
MSVC doesn't appear to have a switch that does what you ask for:
https://msdn.microsoft.com/en-us/library/e7s85ffb.aspx
More information about the Digitalmars-d
mailing list