mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
added missing simd_cmpneq_ni decl
This fixes compilation issue on iOS
This commit is contained in:
committed by
Бранимир Караџић
parent
a3fd8d384f
commit
6b1afd9f9b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user