Optimize NOPs

This commit is contained in:
Tillmann Karras
2014-04-23 21:15:09 +02:00
parent 65e0579d9f
commit 957649b7af
2 changed files with 55 additions and 15 deletions

View File

@ -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();