From 90ab7446a0dab70b79dbc8d791960bc59095a2af Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 14 Dec 2018 15:11:44 +0000 Subject: [PATCH] Re-enable the SSE instructions in i386. We don't generate SSE code in the compiler but we need to maintain the mxcsr in the floating-point environment. --- src/microcode/cmpauxmd/i386.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/microcode/cmpauxmd/i386.m4 b/src/microcode/cmpauxmd/i386.m4 index 1a98f7a72..6292a0efc 100644 --- a/src/microcode/cmpauxmd/i386.m4 +++ b/src/microcode/cmpauxmd/i386.m4 @@ -118,8 +118,6 @@ ### If defined, do not generate SSE media instructions. ### VALGRIND_MODE ### If defined, modify code to make it work with valgrind. - -define(DISABLE_SSE,1) #### Utility macros and definitions -- 2.25.1