This commit is contained in:
Branimir Karadžić
2017-02-18 14:50:28 -08:00
parent 2923fe8ad1
commit 8cda5da3b8
5 changed files with 46 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
#include "test.h"
#include <bx/simd_t.h>
#include <bx/fpumath.h>
#include <string.h>
#include <bx/string.h>
#if 0
# define SIMD_DBG DBG
@@ -206,7 +206,7 @@ void simd_check_string(const char* _str, bx::simd128_t _a)
SIMD_DBG("%s %s", _str, test);
CHECK(0 == strcmp(_str, test) );
CHECK(0 == bx::strncmp(_str, test) );
}
TEST_CASE("simd_swizzle", "")