Fixed setup moved

This commit is contained in:
Christophe Riccio 2011-02-22 10:13:20 +00:00
parent 418088a947
commit a0b07465a7
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
#ifndef glm_detail_intrinsic_exponential
#define glm_detail_intrinsic_exponential
#include "../setup.hpp"
#include "setup.hpp"
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
# error "SSE2 instructions not supported or enabled"

View File

@ -10,7 +10,7 @@
#ifndef glm_detail_intrinsic_matrix
#define glm_detail_intrinsic_matrix
#include "../setup.hpp"
#include "setup.hpp"
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
# error "SSE2 instructions not supported or enabled"

View File

@ -10,7 +10,7 @@
#ifndef glm_detail_intrinsic_trigonometric
#define glm_detail_intrinsic_trigonometric
#include "../setup.hpp"
#include "setup.hpp"
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
# error "SSE2 instructions not supported or enabled"

View File

@ -10,7 +10,7 @@
#ifndef glm_detail_intrinsic_vector_relational
#define glm_detail_intrinsic_vector_relational
#include "../setup.hpp"
#include "setup.hpp"
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
# error "SSE2 instructions not supported or enabled"