From cbe89ba633f683faf14092e7a90031f5495f8467 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 25 Apr 2020 15:22:53 +0200 Subject: Revert "architecture.php: fix i686 - it does not require mmx nor sse" This reverts commit 70fd55e7da4a2659a287538d880320bdc2d1c9d1. --- architecture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'architecture.php') 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( -- cgit v1.2.3