We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a6421 commit 97995f4Copy full SHA for 97995f4
test/core/core_force_intrinsics.cpp
@@ -1,4 +1,6 @@
1
-#define GLM_FORCE_INTRINSICS
+#ifndef GLM_FORCE_INTRINSICS
2
+# define GLM_FORCE_INTRINSICS
3
+#endif//GLM_FORCE_INTRINSICS
4
#define GLM_FORCE_SWIZZLE
5
#include <glm/ext/scalar_constants.hpp>
6
#include <glm/ext/vector_relational.hpp>
0 commit comments