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
Move floating point instructions to unified opcode table
To make them throw NO_FPU exceptions when the MSR FP bit is not set,
we switch between two different opcode tables (using the same approach
as dingusdev/dingusppc#135 and dingusdev/dingusppc#136)
Should be a no-op to a slight regression in the benchmark (since it has
no FPU instructions and there's the slight overhead of checking for
MSR changes), but instead it goes from ~442.5 to 460 MiB/s. ¯\_(ツ)_/¯
0 commit comments