intrinsic_vector_relational.hpp
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
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 
45 #include "intrinsic_vector_relational.inl"
46 
47 #endif//GLM_ARCH
48 #endif//glm_detail_intrinsic_vector_relational