Win32: Skip check for VS2022 FP BUG by default

This commit is contained in:
Nobuyoshi Nakada 2024-07-15 12:08:46 +09:00 committed by Nobuyoshi Nakada
parent 727f2bd3ae
commit 3219ecf4f6

View File

@ -130,7 +130,9 @@ int main(void) {FILE *volatile f = stdin; return 0;}
-headers-: nul
!ifdef VS2022_FP_BUG_CHECK # Fixed In: Visual Studio 2022 version 17.3
-headers-: vs2022-fp-bug
!endif
# Check the bug reported at:
# https://developercommunity.visualstudio.com/t/With-__assume-isnan-after-isinf/1515649