lower non-AVX2 minimum CPU target to NetBust Xeon (Nocona, Prescott)

(cherry picked from commit e7ae0e5258)
pull/237/head
Rick V 5 years ago
parent 33c803edb6
commit 3037de9450
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -85,7 +85,7 @@ else()
if(NOT ANDROID)
if(NOT NON_PC_TARGET)
if (NOT USE_AVX2)
set(CRYPTO_FLAGS -march=core2 -msse4.1 -mtune=native -mfpmath=sse)
set(CRYPTO_FLAGS -march=nocona -mtune=native -mfpmath=sse)
else()
set(CRYPTO_FLAGS -march=haswell -mtune=native -mfpmath=sse)
endif(NOT USE_AVX2)

Loading…
Cancel
Save