Michael Goffioul wrote:
> I encountered a compilation error with MSVC when compiling floor.c in
> strict floating-point mode (-fp:strict).

Note that the use of -fp:strict also leads to test failures such as

  test-hypot.h:41: assertion failed
  FAIL: test-hypotl.exe

MSVC appears to compile the test code (test-hypotl.c) in a different way,
in such a way that a comparison of +Inf with +Inf fails.

I'm therefore not sure this option can be recommended.

Bruno


Reply via email to