00001
00002
00004
00005
00006
00007
00009
00010 #ifndef glm_detail_intrinsic_vector_relational
00011 #define glm_detail_intrinsic_vector_relational
00012
00013 #include "setup.hpp"
00014
00015 #if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
00016 # error "SSE2 instructions not supported or enabled"
00017 #else
00018
00019 namespace glm{
00020 namespace detail
00021 {
00022
00023 }
00024 }
00025
00026 #include "intrinsic_vector_relational.inl"
00027
00028 #endif//GLM_ARCH
00029 #endif//glm_detail_intrinsic_vector_relational