changeset 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 7d83cd632b6b
children faa148210f2b
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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