You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Intel CPU has ever supported 3DNow instructions, and 3DNow isn't required by the x86-64 specifications, but the README claims it is for some reason.
The text was updated successfully, but these errors were encountered:
yeah, that's outright wrong. i'm not sure why i wrote that. 3dnow is accepted by the decoders by default though, even though those instructions presumably #UD on real hardware from the last decade and a half. thank you for filing the issue.
incidentally that means all the helpers to configure decoders for specific microarchitectures are also wrong (since they build on InstDecoder::minimal() and that itself is wrong). so, i'll fix that up at some point this week..
No Intel CPU has ever supported 3DNow instructions, and 3DNow isn't required by the x86-64 specifications, but the README claims it is for some reason.
The text was updated successfully, but these errors were encountered: