|
#define | GTS_PAUSE() gts::pause() |
| Pauses the CPU for a few cycles. (i.e. PAUSE on x86.) . More...
|
|
#define | GTS_MSB_SCAN(bitSet) #error "Replace with custom definition" |
|
#define | GTS_MSB_SCAN64(bitSet) #error "Replace with custom definition" |
| Gets the most significant bit from the bit set. More...
|
|
User defined wrappers for the CPU intrinsics API.
◆ GTS_MSB_SCAN64
#define GTS_MSB_SCAN64 |
( |
|
bitSet | ) |
#error "Replace with custom definition" |
Gets the most significant bit from the bit set.
- Parameters
-
bitSet | Gets the most significant bit from the bit set. |
◆ GTS_PAUSE
#define GTS_PAUSE |
( |
| ) |
gts::pause() |
Pauses the CPU for a few cycles. (i.e. PAUSE on x86.) .
- Parameters
-
bitSet | Gets the most significant bit from the bit set. |