changeset 33859:4554f15a42cb

Fix xmm clobber test that was broken since it was added. This probably will have caused lots of issues with Windows 64 bit builds (though I have not heard of any...).
author reimar
date Sat, 30 Jul 2011 18:29:09 +0000
parents 592d70e6f51a
children e6e45359f24f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jul 30 16:27:14 2011 +0000
+++ b/configure	Sat Jul 30 18:29:09 2011 +0000
@@ -2756,7 +2756,7 @@
 
 
 echocheck "xmm clobbers"
-inline_asm_check '"":::"%xxxmm0"' &&
+inline_asm_check '"":::"%xmm0"' &&
   def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 1' &&
   xmm_clobbers=yes || xmm_clobbers=no
 echores "$xmm_clobbers"