Fixed setup moved
This commit is contained in:
parent
418088a947
commit
a0b07465a7
@ -10,7 +10,7 @@
|
|||||||
#ifndef glm_detail_intrinsic_exponential
|
#ifndef glm_detail_intrinsic_exponential
|
||||||
#define glm_detail_intrinsic_exponential
|
#define glm_detail_intrinsic_exponential
|
||||||
|
|
||||||
#include "../setup.hpp"
|
#include "setup.hpp"
|
||||||
|
|
||||||
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||||
# error "SSE2 instructions not supported or enabled"
|
# error "SSE2 instructions not supported or enabled"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef glm_detail_intrinsic_matrix
|
#ifndef glm_detail_intrinsic_matrix
|
||||||
#define glm_detail_intrinsic_matrix
|
#define glm_detail_intrinsic_matrix
|
||||||
|
|
||||||
#include "../setup.hpp"
|
#include "setup.hpp"
|
||||||
|
|
||||||
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||||
# error "SSE2 instructions not supported or enabled"
|
# error "SSE2 instructions not supported or enabled"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef glm_detail_intrinsic_trigonometric
|
#ifndef glm_detail_intrinsic_trigonometric
|
||||||
#define glm_detail_intrinsic_trigonometric
|
#define glm_detail_intrinsic_trigonometric
|
||||||
|
|
||||||
#include "../setup.hpp"
|
#include "setup.hpp"
|
||||||
|
|
||||||
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||||
# error "SSE2 instructions not supported or enabled"
|
# error "SSE2 instructions not supported or enabled"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef glm_detail_intrinsic_vector_relational
|
#ifndef glm_detail_intrinsic_vector_relational
|
||||||
#define 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)
|
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||||
# error "SSE2 instructions not supported or enabled"
|
# error "SSE2 instructions not supported or enabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user