added missing simd_cmpneq_ni decl

This fixes compilation issue on iOS
This commit is contained in:
attilaz
2020-02-07 16:17:17 +01:00
committed by Бранимир Караџић
parent a3fd8d384f
commit 6b1afd9f9b

View File

@@ -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);
template<typename Ty>
Ty simd_min_ni(Ty _a, Ty _b);