Fix -xarch for CLMUL on Solaris

pull/757/head
Jeffrey Walton 2018-12-04 18:32:45 -05:00
parent cdefa5befe
commit a1c89661bc
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ ifeq ($(DETECT_FEATURES),1)
SSSE3_FLAG = -xarch=ssse3
SSE41_FLAG = -xarch=sse4_1
SSE42_FLAG = -xarch=sse4_2
CLMUL_FLAG = -xarch=clmul
CLMUL_FLAG = -xarch=aes
AESNI_FLAG = -xarch=aes
AVX_FLAG = -xarch=avx
AVX2_FLAG = -xarch=avx2