Gedare Bloom commented on a discussion on cpukit/score/cpu/x86_64/include/rtems/score/cpu.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150837 > > typedef uintptr_t CPU_Uint32ptr; > > +/** > + * @brief Pauses the CPU pipeline to prevent aggressive speculative > execution > + * and reduce thermal load during spin-wait loops. > + */ > +static inline void _CPU_Pause_speculation( void ) > +{ > + __asm__ volatile( "pause" ::: "memory" ); Yes, create an MR for the x86-64. You can cherry-pick the commit into this MR, and then later rebase it to get rid of it. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150837 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
