Re-enable /fp:fast compiler option for AVX2 builds - seems whatever caused the rotation bug is fixed

master
Ansariel 2020-10-25 02:31:22 +02:00
parent d1c373d9bc
commit 7f53dec7ac
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if (WINDOWS)
/nologo
/Oy-
/arch:AVX2
# /fp:fast
/fp:fast
)
else (USE_AVX_OPTIMIZATION)
# </FS:Ansariel> AVX/AVX2 support