Skip to content

Commit

Permalink
Fix intrinsics test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Jan 21, 2025
1 parent 08a6421 commit 97995f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/core/core_force_intrinsics.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#define GLM_FORCE_INTRINSICS
#ifndef GLM_FORCE_INTRINSICS
# define GLM_FORCE_INTRINSICS
#endif//GLM_FORCE_INTRINSICS
#define GLM_FORCE_SWIZZLE
#include <glm/ext/scalar_constants.hpp>
#include <glm/ext/vector_relational.hpp>
Expand Down

0 comments on commit 97995f4

Please sign in to comment.