optimisation: group instruction sets by enabled status
This commit is contained in:
parent
99c1ae6afd
commit
16611ec091
@ -73,8 +73,9 @@ if (${host_cpu} STREQUAL "x86_64")
|
||||
|
||||
append_compile_flag(-msse)
|
||||
append_compile_flag(-msse2)
|
||||
append_compile_flag(-mno-sse3)
|
||||
append_compile_flag(-mssse3)
|
||||
|
||||
append_compile_flag(-mno-sse3)
|
||||
append_compile_flag(-mno-avx)
|
||||
append_compile_flag(-mno-avx2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user