intrinsic_vector_relational.hpp
00001 
00002 // OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
00004 // Created : 2009-06-09
00005 // Updated : 2009-06-09
00006 // Licence : This source is under MIT License
00007 // File    : glm/core/intrinsic_vector_relational.hpp
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 }//namespace detail
00024 }//namespace glm
00025 
00026 #include "intrinsic_vector_relational.inl"
00027 
00028 #endif//GLM_ARCH
00029 #endif//glm_detail_intrinsic_vector_relational