diff configure @ 18188:2a3ee651bba7

Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext without reporting it in the list of CPU flags.
author diego
date Sat, 22 Apr 2006 14:13:14 +0000
parents aefee7b47602
children 0b8ca8721411
line wrap: on
line diff
--- a/configure	Sat Apr 22 13:31:05 2006 +0000
+++ b/configure	Sat Apr 22 14:13:14 2006 +0000
@@ -804,7 +804,7 @@
     mmx)          _mmx=yes                 ;;
     mmxext)       _mmx2=yes                ;;
     mtrr|k6_mtrr|cyrix_arr)   _mtrr=yes    ;;
-    xmm|sse|kni)  _sse=yes                 ;;
+    xmm|sse|kni)  _sse=yes    _mmx2=yes    ;;
     sse2)         _sse2=yes                ;;
     esac
   done