Moved setup.hpp

master
Christophe Riccio ago%!(EXTRA string=15 years)
parent ecdbdf753c
commit 418088a947
  1. 2
      glm/core/_detail.hpp
  2. 2
      glm/core/intrinsic_common.hpp
  3. 2
      glm/core/intrinsic_geometric.hpp
  4. 0
      glm/core/setup.hpp
  5. 2
      glm/core/type_float.hpp
  6. 2
      glm/core/type_int.hpp
  7. 2
      glm/glm.hpp

@ -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…
Cancel
Save