Commit 41346148 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Test SSE compiler support on all IA32 architectures, not just 686

Same as is done for MMX. Run-time checks determine whether SSE can be
used in any case.
parent 8f419634
...@@ -1347,7 +1347,7 @@ AC_ARG_ENABLE(sse, ...@@ -1347,7 +1347,7 @@ AC_ARG_ENABLE(sse,
[AS_HELP_STRING([--disable-sse], [AS_HELP_STRING([--disable-sse],
[disable SSE (1-4) optimizations (default auto)])],, [ [disable SSE (1-4) optimizations (default auto)])],, [
case "${host_cpu}" in case "${host_cpu}" in
i686|x86_64) i?86|x86_64)
enable_sse=yes enable_sse=yes
;; ;;
*) *)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment