If it supports sse2,then it is not pentinum 3.
This commit is contained in:
LeoKids 2023-03-06 23:15:44 -03:00 committed by Fabian
parent d2f85b46d0
commit d840540d21

View file

@ -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