Replies: 1 comment 7 replies
-
box86 / box64 are for now emulating an Intel CPU. Emulating an AMD cpu is possible of course, but I'm not sure how usefull it can be. There are handfull of games using 3DNow! and even less using 3DNowExt. SSE4a is also AMD specific. If done, it needs to be parametrable (so you choose AMD instead of default Intel). It's not on my short term or medium term todo. but I'll accept a PR if someone else want to have a look at it. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think of emulating 3DNow! instructions (in both or either of box64 and box86)?
I checked my_cpuid.c and it seems box86 and 64 are not emulating PAE, NX bit, SSE4a?
And what about Extended MMX (Cyrix EMMI) instructions?
cxmmx
Cyrix MMX extensionsBeta Was this translation helpful? Give feedback.
All reactions