0.9.6
intrinsic_vector_relational.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "setup.hpp"
32 
33 #if(!(GLM_ARCH & GLM_ARCH_SSE2))
34 # error "SSE2 instructions not supported or enabled"
35 #else
36 
37 namespace glm{
38 namespace detail
39 {
40 
41 }//namespace detail
42 }//namespace glm
43 
44 #include "intrinsic_vector_relational.inl"
45 
46 #endif//GLM_ARCH
Definition: _noise.hpp:39
OpenGL Mathematics (glm.g-truc.net)