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 #pragma once
00030
00031 #include "setup.hpp"
00032
00033 #if(!(GLM_ARCH & GLM_ARCH_SSE2))
00034 # error "SSE2 instructions not supported or enabled"
00035 #else
00036
00037 namespace glm{
00038 namespace detail
00039 {
00040
00041 }
00042 }
00043
00044 #include "intrinsic_trigonometric.inl"
00045
00046 #endif//GLM_ARCH