Skip to content

Commit 97995f4

Browse files
author
christophe
committed
Fix intrinsics test
1 parent 08a6421 commit 97995f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/core/core_force_intrinsics.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#define GLM_FORCE_INTRINSICS
1+
#ifndef GLM_FORCE_INTRINSICS
2+
# define GLM_FORCE_INTRINSICS
3+
#endif//GLM_FORCE_INTRINSICS
24
#define GLM_FORCE_SWIZZLE
35
#include <glm/ext/scalar_constants.hpp>
46
#include <glm/ext/vector_relational.hpp>

0 commit comments

Comments
 (0)