This fixes compilation issue on iOS
@@ -373,6 +373,9 @@ BX_SIMD128_IMPLEMENT_TEST(xyzw);
template<typename Ty>
Ty simd_not_ni(Ty _a);
+ template<typename Ty>
+ Ty simd_cmpneq_ni(Ty _a, Ty _b);
+
Ty simd_min_ni(Ty _a, Ty _b);