Renaming string functions.

This commit is contained in:
Branimir Karadžić
2017-04-22 14:34:01 -07:00
parent aa1888a979
commit 47f14e7655
10 changed files with 86 additions and 84 deletions

View File

@@ -206,7 +206,7 @@ void simd_check_string(const char* _str, bx::simd128_t _a)
SIMD_DBG("%s %s", _str, test);
CHECK(0 == bx::strncmp(_str, test) );
CHECK(0 == bx::strCmp(_str, test) );
}
TEST_CASE("simd_swizzle", "")