mupen64plus / mupen64plus-video-glide64mk2

Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
28 stars 37 forks source link

Change __builtin_ia32_storeups() use in favor of _mm_storeu_ps() #87

Closed Narann closed 6 years ago

Narann commented 6 years ago

Following #86, we realize latest version of clang doesn't support __builtin_ia32_storeups() anymore and need to be replaced by xmmintrin.h intrinsic _mm_storeu_ps(). Example here.

Looks easy. Someone want to give a try?

bsmiles32 commented 6 years ago

See PR #88