From ed42f34ce97d2fd5c462c7cd7d3ba58cfd0424ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 16 Apr 2019 09:10:45 +0200 Subject: pentium4 is now functional --- architecture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'architecture.php') diff --git a/architecture.php b/architecture.php index 66bd6da..b67a147 100644 --- a/architecture.php +++ b/architecture.php @@ -17,7 +17,7 @@ $flags = array( 'SSE' => 1, 'SSE2' => 0 ), - 'pentium4 (not yet implemented)' => array( + 'pentium4' => array( 'CMOV' => 1, 'MMX' => 1, 'SSE' => 1, -- cgit v1.2.3