From d840540d2165fd7a30bf4ca88fa4653e34ce5e73 Mon Sep 17 00:00:00 2001 From: LeoKids <68135774+LeoKids@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:15:44 -0300 Subject: [PATCH] Changes If it supports sse2,then it is not pentinum 3. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bc8e6eb8..62e5fbd1 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ v86 emulates an x86-compatible CPU and hardware. Machine code is translated to WebAssembly modules at runtime in order to achieve decent performance. Here's a list of emulated hardware: -- An x86-compatible CPU. The instruction set is around Pentium III level, +- An x86-compatible CPU. The instruction set is around Pentium 4 level, including full SSE2 support. Some features are missing, in particular: - Task gates, far calls in protected mode - Some 16 bit protected mode features