Expand description
Mocked versions of std::hint functions.
Functions§
- spin_
loop - Signals the processor that it is entering a busy-wait spin-loop.
- unreachable_
unchecked ⚠ - Informs the compiler that this point in the code is not reachable, enabling further optimizations.