summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--architecture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture.php b/architecture.php
index 4bb8be0..d30ee62 100644
--- a/architecture.php
+++ b/architecture.php
@@ -13,8 +13,8 @@ $flags = array(
),
'i686' => array(
'CMOV' => 1,
- 'MMX' => 1,
- 'SSE' => 1,
+ 'MMX' => 0,
+ 'SSE' => 0,
'SSE2' => 0
),
'pentium4' => array(