2
0
Эх сурвалжийг харах

added missing simd_cmpneq_ni decl

This fixes compilation issue on iOS
attilaz 5 жил өмнө
parent
commit
6b1afd9f9b

+ 3 - 0
include/bx/simd_t.h

@@ -373,6 +373,9 @@ BX_SIMD128_IMPLEMENT_TEST(xyzw);
 	template<typename Ty>
 	template<typename Ty>
 	Ty simd_not_ni(Ty _a);
 	Ty simd_not_ni(Ty _a);
 
 
+	template<typename Ty>
+	Ty simd_cmpneq_ni(Ty _a, Ty _b);
+
 	template<typename Ty>
 	template<typename Ty>
 	Ty simd_min_ni(Ty _a, Ty _b);
 	Ty simd_min_ni(Ty _a, Ty _b);