mupen64plus / mupen64plus-video-glide64mk2

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

Use faster container based Travis CI #86

Closed ghost closed 6 years ago

ghost commented 6 years ago

This should also fix the problem from https://github.com/mupen64plus/mupen64plus-core/issues/377

Narann commented 6 years ago

Travis fail now (I don't know why it didn't failed before):

../../src/Glide64/3dmath.cpp:274:5: error: use of undeclared identifier '__builtin_ia32_storeups'
    __builtin_ia32_storeups(r[i], destrow);

Any idea?

ghost commented 6 years ago

This is unrelated to this pull request. But you should check out _mm_storeu_ps from xmmintrin.h - clang doesn't support __builtin_ia32_storeups anymore. At least according to https://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160530/360722.html

Narann commented 6 years ago

Thanks so it's a bug in gliden64mk2. I will open a ticket.