Skip to content

Commit

Permalink
Exposed MMXext for CPUTYPE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 27, 2024
1 parent 79413a4 commit e2d7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/my_cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u)
| 1<<16 // pat
| 1<<19 // clflush (seems to be with SSE2)
| 1<<21 // DS, used with VMX, is that usefull?
//| 1<<22 // MMXext
| 1<<22 // MMXext
| 1<<23 // mmx
| 1<<24 // fxsr (fxsave, fxrestore)
//| 1<<25 // FFXSR
Expand Down

0 comments on commit e2d7cc5

Please sign in to comment.