Fixed 64 bits in Visual C++

This commit is contained in:
Christophe Riccio
2011-01-20 23:11:55 +00:00
parent b0325a9714
commit a00f95d2b5
3 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,6 @@
// File : test/gtx/simd-mat4.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#define GLM_INSTRUCTION_SET GLM_PLATFORM_SSE3 | GLM_PLATFORM_SSE2
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/quaternion.hpp>