mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:43:59 +08:00
_CPU_Spin_wait() is an assembly function which prevents aggressive speculative execution by the CPU during spin-wait loops. Added benefit is reduction of thermal load. Closes rtems/rtos/rtems#5644