This commit is contained in:
Branimir Karadžić
2017-02-16 21:47:19 -08:00
parent 1935b6a9fa
commit 10461810b0
55 changed files with 25 additions and 4521 deletions

View File

@@ -220,7 +220,7 @@ TEST_CASE("simd_swizzle", "")
#define BX_SIMD128_IMPLEMENT_SWIZZLE(_x, _y, _z, _w) \
simd_check_string("" #_x #_y #_z #_w "", simd_swiz_##_x##_y##_z##_w(xyzw) ); \
#include <bx/simd128_swizzle.inl>
#include <bx/inline/simd128_swizzle.inl>
#undef BX_SIMD128_IMPLEMENT_SWIZZLE
#undef ELEMw