mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
5f278b2d94
Common/ColorConv.cpp:199:33: error: use of undeclared identifier '_mm_packus_epi32'; did you mean '_mm_packs_epi32'? _mm_store_si128(&dstp[i / 2], _mm_packus_epi32(c1, c2)); ^~~~~~~~~~~~~~~~ _mm_packs_epi32 /usr/bin/../lib/clang/3.6.0/include/emmintrin.h:1254:1: note: '_mm_packs_epi32' declared here _mm_packs_epi32(__m128i __a, __m128i __b) ^ Common/ColorConv.cpp:241:33: error: use of undeclared identifier '_mm_packus_epi32'; did you mean '_mm_packs_epi32'? _mm_store_si128(&dstp[i / 2], _mm_packus_epi32(c1, c2)); ^~~~~~~~~~~~~~~~ _mm_packs_epi32 /usr/bin/../lib/clang/3.6.0/include/emmintrin.h:1254:1: note: '_mm_packs_epi32' declared here _mm_packs_epi32(__m128i __a, __m128i __b) ^ 2 errors generated. GPU/Common/TextureScalerCommon.cpp:294:6: error: unknown type name '__m128' __m128 result = _mm_set1_ps(0.0f); ^ GPU/Common/TextureScalerCommon.cpp:294:22: error: use of undeclared identifier '_mm_set1_ps' __m128 result = _mm_set1_ps(0.0f); ^ GPU/Common/TextureScalerCommon.cpp:305:9: error: unknown type name '__m128i' __m128i samp... ^ GPU/Common/TextureScalerCommon.cpp:305:26: error: use of undeclared identifier '_mm_cvtsi32_si128' ...__m128i sample = _mm_cvtsi32_si128(data[csy*w + csx]); ^ GPU/Common/TextureScalerCommon.cpp:307:9: error: unknown type name '__m128' __m128 col ... ^ GPU/Common/TextureScalerCommon.cpp:308:31: error: use of undeclared identifier '_mm_set1_ps' ...col = _mm_mul_ps(col, _mm_set1_ps(weight)); ^ GPU/Common/TextureScalerCommon.cpp:314:6: error: unknown type name '__m128i' __m128i pixel = _mm_cvtps_epi32(_mm_... ^ GPU/Common/TextureScalerCommon.cpp:314:57: error: use of undeclared identifier '_mm_set1_ps' ...__m128i pixel = _mm_cvtps_epi32(_mm_mul_ps(result, _mm_set1_ps(bicubicInvSum... ^ 8 errors generated. |
||
---|---|---|
.. | ||
Common | ||
Debugger | ||
Directx9 | ||
GLES | ||
Null | ||
Software | ||
CMakeLists.txt | ||
ge_constants.h | ||
GeDisasm.cpp | ||
GeDisasm.h | ||
GPU.vcxproj | ||
GPU.vcxproj.filters | ||
GPUCommon.cpp | ||
GPUCommon.h | ||
GPUInterface.h | ||
GPUState.cpp | ||
GPUState.h | ||
Math3D.cpp | ||
Math3D.h |