mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Renaming string functions.
This commit is contained in:
@@ -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", "")
|
||||
|
||||
Reference in New Issue
Block a user