0.9.6
gtc/integer.hpp
Go to the documentation of this file.
1 
39 #pragma once
40 
41 // Dependencies
42 #include "../detail/setup.hpp"
43 #include "../detail/precision.hpp"
44 #include "../detail/func_integer.hpp"
45 #include "../detail/func_exponential.hpp"
46 #include <limits>
47 
48 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
49 # pragma message("GLM: GLM_GTC_integer extension included")
50 #endif
51 
52 namespace glm
53 {
56 
59  template <typename genIUType>
60  GLM_FUNC_DECL genIUType log2(genIUType x);
61 
63 } //namespace glm
64 
65 #include "integer.inl"
Definition: _noise.hpp:31
GLM_FUNC_DECL genIUType log2(genIUType x)
Returns the log2 of x.