boostorg / fiber

userland threads
464 stars 108 forks source link

cpu_relax: exclude octeon+ from the MIPS list #270

Closed neheb closed 3 years ago

neheb commented 3 years ago

The pause MIPS instruction was added in version 2.6 of the standard. Unfortunately, octeon+ seems to be based on an older standard. Also unfortunately GCC doesn't have a macro for minor ISA versions.

olk commented 3 years ago

ty