Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370

This commit is contained in:
Christophe R
2015-08-09 10:50:29 +02:00
parent f9535f2398
commit 79f6d92c8a
4 changed files with 10 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
/// @author Christophe Riccio
///////////////////////////////////////////////////////////////////////////////////
#define GLM_SIMD
#include <glm/gtc/epsilon.hpp>
#include <glm/matrix.hpp>
#include <glm/mat2x2.hpp>