mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Moved setup.hpp
This commit is contained in:
parent
ecdbdf753c
commit
418088a947
7 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
#ifndef glm_core_detail
|
||||
#define glm_core_detail
|
||||
|
||||
#include "../setup.hpp"
|
||||
#include "setup.hpp"
|
||||
#include <cassert>
|
||||
|
||||
namespace glm{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef glm_detail_intrinsic_common
|
||||
#define glm_detail_intrinsic_common
|
||||
|
||||
#include "../setup.hpp"
|
||||
#include "setup.hpp"
|
||||
|
||||
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||
# error "SSE2 instructions not supported or enabled"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef glm_core_intrinsic_geometric
|
||||
#define glm_core_intrinsic_geometric
|
||||
|
||||
#include "../setup.hpp"
|
||||
#include "setup.hpp"
|
||||
|
||||
#if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
|
||||
# error "SSE2 instructions not supported or enabled"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#define glm_core_type_float
|
||||
|
||||
#include "type_half.hpp"
|
||||
#include "../setup.hpp"
|
||||
#include "setup.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef glm_core_type_int
|
||||
#define glm_core_type_int
|
||||
|
||||
#include "../setup.hpp"
|
||||
#include "setup.hpp"
|
||||
#include "_detail.hpp"
|
||||
|
||||
namespace glm
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <climits>
|
||||
#include <cfloat>
|
||||
#include <limits>
|
||||
#include "setup.hpp"
|
||||
#include "core/setup.hpp"
|
||||
|
||||
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED))
|
||||
# define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED
|
||||
|
|
Loading…
Add table
Reference in a new issue