intrinsic_trigonometric.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "setup.hpp"
32 
33 #if(!(GLM_ARCH & GLM_ARCH_SSE2))
34 # error "SSE2 instructions not supported or enabled"
35 #else
36 
37 namespace glm{
38 namespace detail
39 {
40 
41 }//namespace detail
42 }//namespace glm
43 
44 #include "intrinsic_trigonometric.inl"
45 
46 #endif//GLM_ARCH


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:41:31