mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
Optimize NOPs
This commit is contained in:
parent
65e0579d9f
commit
957649b7af
2 changed files with 55 additions and 15 deletions
|
@ -290,7 +290,7 @@ public:
|
|||
void INT3();
|
||||
|
||||
// Do nothing
|
||||
void NOP(int count = 1); //nop padding - TODO: fast nop slides, for amd and intel (check their manuals)
|
||||
void NOP(int count = 1);
|
||||
|
||||
// Save energy in wait-loops on P4 only. Probably not too useful.
|
||||
void PAUSE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue