Author: zoltan
Date: 2005-03-07 03:42:17 -0500 (Mon, 07 Mar 2005)
New Revision: 41509

Modified:
   trunk/mono/mono/mini/ChangeLog
   trunk/mono/mono/mini/mini-amd64.c
Log:
2005-03-07  Zoltan Varga  <[EMAIL PROTECTED]>

        * mini-amd64.c: Disable sse2 until some regressions are fixed.


Modified: trunk/mono/mono/mini/ChangeLog
===================================================================
--- trunk/mono/mono/mini/ChangeLog      2005-03-07 07:41:14 UTC (rev 41508)
+++ trunk/mono/mono/mini/ChangeLog      2005-03-07 08:42:17 UTC (rev 41509)
@@ -1,3 +1,7 @@
+2005-03-07  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * mini-amd64.c: Disable sse2 until some regressions are fixed.
+
 2005-03-07     Joerg Rosenkranz <[EMAIL PROTECTED]>
 
        * driver.c: Copyright text should include 2005.

Modified: trunk/mono/mono/mini/mini-amd64.c
===================================================================
--- trunk/mono/mono/mini/mini-amd64.c   2005-03-07 07:41:14 UTC (rev 41508)
+++ trunk/mono/mono/mini/mini-amd64.c   2005-03-07 08:42:17 UTC (rev 41509)
@@ -30,7 +30,7 @@
 static gint thread_tls_offset = -1;
 
 /* Use SSE2 instructions for fp arithmetic */
-static gboolean use_sse2 = TRUE;
+static gboolean use_sse2 = FALSE;
 
 /* xmm15 is reserved for use by some opcodes */
 #define AMD64_CALLEE_FREGS 0xef

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to