kmx git
Register
kc3-lang/SDL
kc3-lang
Login
kc3-lang
/
SDL
Browse
Commit
Author :
Ryan C. Gordon
Date :
2017-01-23 12:02:02
Hash :
fab45018
Message :
audio: use _mm_srli_si128 instead of _mm_bsrli_si128. They're the same thing (one is generally a #define of the other), but some toolchains don't offer the 'b' version.