mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-21 22:33:08 +01:00
Cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user