Use _mm_pause() or _tpause() for busy-spin loop?
My spinlock obviously has a busy-spin loop whilst the lock fails to be acquired:
Should I use _mm_pause() or _tpause() for busy-spin loop?
My spinlock obviously has a busy-spin loop whilst the lock fails to be acquired: