Re-enable /fp:fast compiler option for AVX2 builds - seems whatever caused the rotation bug is fixed
parent
d1c373d9bc
commit
7f53dec7ac
|
|
@ -119,7 +119,7 @@ if (WINDOWS)
|
|||
/nologo
|
||||
/Oy-
|
||||
/arch:AVX2
|
||||
# /fp:fast
|
||||
/fp:fast
|
||||
)
|
||||
else (USE_AVX_OPTIMIZATION)
|
||||
# </FS:Ansariel> AVX/AVX2 support
|
||||
|
|
|
|||
Loading…
Reference in New Issue