# HG changeset patch # User reimar # Date 1312050549 0 # Node ID 4554f15a42cb598ce5b031b7a97c50f5d8be99eb # Parent 592d70e6f51aa2f94cb82f64fb3df3cd316372bb 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...). diff -r 592d70e6f51a -r 4554f15a42cb configure --- 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"