Removed floor_log2, comment that isnan and isinf are not working on MinGW

This commit is contained in:
Christophe Riccio
2012-09-18 01:52:16 +02:00
parent c7812d44cf
commit c2eea6da26
4 changed files with 12 additions and 10 deletions

View File

@@ -371,7 +371,7 @@ int test_isnan()
Error += true == glm::any(glm::isnan(glm::vec3(0.0f/Zero_f))) ? 0 : 1;
Error += true == glm::any(glm::isnan(glm::vec4(0.0f/Zero_f))) ? 0 : 1;
}
return Error;
}