mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
61ddd976fe
This reverts commit1d8c107d49. After49e14021be, when using F(-NAN) instead of -F(NAN) to hide the negation, this test passes correctly. I hadn't realized that GCC and Clang optimized cos(-x) = cos(x), when I made1d8c107d49(and at the time, the F() macro didn't work properly with -NAN on all toolchains).