summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-25 15:22:53 +0200
committerErich Eckner <git@eckner.net>2020-04-25 15:22:53 +0200
commitcbe89ba633f683faf14092e7a90031f5495f8467 (patch)
treea1c788d741f1e4b79c69ce71a95bb7ee89bf1674
parent70fd55e7da4a2659a287538d880320bdc2d1c9d1 (diff)
downloadarchweb32-cbe89ba633f683faf14092e7a90031f5495f8467.tar.xz
Revert "architecture.php: fix i686 - it does not require mmx nor sse"
This reverts commit 70fd55e7da4a2659a287538d880320bdc2d1c9d1.
-rw-r--r--architecture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture.php b/architecture.php
index d30ee62..4bb8be0 100644
--- a/architecture.php
+++ b/architecture.php
@@ -13,8 +13,8 @@ $flags = array(
),
'i686' => array(
'CMOV' => 1,
- 'MMX' => 0,
- 'SSE' => 0,
+ 'MMX' => 1,
+ 'SSE' => 1,
'SSE2' => 0
),
'pentium4' => array(