Does there exist an equivalent of the x86 PAUSE instruction, which is placed within busy waiting loops to improve performance, particularly on SMT machines, on PowerPC?
Does there exist an equivalent of the x86 PAUSE instruction, which is placed within
Share
In the Linux kernel we have this in arch/powerpc/include/asm/processor.h
I’m not familiar with x86 PAUSE, but sounds like “or 31,31,31” is what you want.
Which powerpc processor are you doing this on? For SMT it must be POWER5, 6 or 7?