• David Reid's avatar
    Try improving compatibility of ma_yield(). · 29c17fcb
    David Reid authored
    My understanding is that "pause" was introduced with the Pentium 4 and
    assembles to opcode F390 which is the same as "rep; nop". I believe this
    should be backwards compatible.
    
    Using "pause" here introduces an compilation error when targeting
    architectures older than Pentium 4.
    29c17fcb
miniaudio.h 3.86 MB