configure: test for -mssse3

fixes compile with older versions of gcc

Change-Id: If529f3102dbc926be8d5fb91d4161fa686c11840
This commit is contained in:
James Zern 2014-03-18 17:30:05 -07:00
parent c37ecba7f7
commit f1e8d58a5c

View File

@ -1106,9 +1106,9 @@ EOF
soft_enable sse soft_enable sse
soft_enable sse2 soft_enable sse2
soft_enable sse3 soft_enable sse3
soft_enable ssse3
# We can't use 'check_cflags' until the compiler is configured and CC is # We can't use 'check_cflags' until the compiler is configured and CC is
# populated. # populated.
check_gcc_machine_option ssse3
check_gcc_machine_option sse4 sse4_1 check_gcc_machine_option sse4 sse4_1
check_gcc_machine_option avx check_gcc_machine_option avx
check_gcc_machine_option avx2 check_gcc_machine_option avx2