Flow Visualisation
intrinsic_vector_relational.hpp
Go to the documentation of this file.
1 
29 #ifndef glm_detail_intrinsic_vector_relational
30 #define glm_detail_intrinsic_vector_relational
31 
32 #include "setup.hpp"
33 
34 #if(!(GLM_ARCH & GLM_ARCH_SSE2))
35 # error "SSE2 instructions not supported or enabled"
36 #else
37 
38 namespace glm{
39 namespace detail
40 {
41 
42 }//namespace detail
43 }//namespace glm
44 
46 
47 #endif//GLM_ARCH
48 #endif//glm_detail_intrinsic_vector_relational
Definition: _detail.hpp:38