suppress warns

This commit is contained in:
Recep Aslantas
2024-08-27 12:32:58 +03:00
parent ad009d4e49
commit b0f35203f9
2 changed files with 4 additions and 0 deletions

View File

@@ -1344,7 +1344,9 @@ TEST_IMPL(GLM_PREFIX, vec4_eqv_eps) {
TEST_IMPL(GLM_PREFIX, vec4_max) {
vec4 v1 = {2.104f, -3.012f, -4.10f, -4.10f};
vec4 v2 = {-12.35f, -31.140f, -43.502f, -43.502f};
#ifndef CGLM_FAST_MATH
vec4 v3 = {INFINITY, 0.0f, 0.0f, 0.0f};
#endif
// vec4 v4 = {NAN, INFINITY, 2.0f, 2.0f};
// vec4 v5 = {NAN, -1.0f, -1.0f, -1.0f};
vec4 v6 = {-1.0f, -11.0f, 11.0f, 11.0f};