intrinsic_vector_relational.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 #ifndef glm_detail_intrinsic_vector_relational
00030 #define glm_detail_intrinsic_vector_relational
00031 
00032 #include "setup.hpp"
00033 
00034 #if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
00035 #       error "SSE2 instructions not supported or enabled"
00036 #else
00037 
00038 namespace glm{
00039 namespace detail
00040 {
00041 
00042 }//namespace detail
00043 }//namespace glm
00044 
00045 #include "intrinsic_vector_relational.inl"
00046 
00047 #endif//GLM_ARCH
00048 #endif//glm_detail_intrinsic_vector_relational