Merge "configure: test -m(mmx|sse|sse2|sse3) flags"

This commit is contained in:
James Zern 2014-03-19 19:33:53 -07:00 committed by Gerrit Code Review
commit 8003cf9279

@ -1102,12 +1102,12 @@ EOF
esac
soft_enable runtime_cpu_detect
soft_enable mmx
soft_enable sse
soft_enable sse2
soft_enable sse3
# We can't use 'check_cflags' until the compiler is configured and CC is
# populated.
check_gcc_machine_option mmx
check_gcc_machine_option sse
check_gcc_machine_option sse2
check_gcc_machine_option sse3
check_gcc_machine_option ssse3
check_gcc_machine_option sse4 sse4_1
check_gcc_machine_option avx