diff --git a/glm/core/func_common.inl b/glm/core/func_common.inl index 45768f3f..df572cf4 100644 --- a/glm/core/func_common.inl +++ b/glm/core/func_common.inl @@ -1435,7 +1435,7 @@ namespace glm intBitsToFloat(value.y)); } - inline float uintBitsToFloat(uint const & value) + GLM_FUNC_QUALIFIER float uintBitsToFloat(uint const & value) { union { @@ -1448,7 +1448,7 @@ namespace glm } template - inline detail::tvec2 uintBitsToFloat + GLM_FUNC_QUALIFIER detail::tvec2 uintBitsToFloat ( detail::tvec2 const & value ) @@ -1459,7 +1459,7 @@ namespace glm } template - inline detail::tvec3 uintBitsToFloat + GLM_FUNC_QUALIFIER detail::tvec3 uintBitsToFloat ( detail::tvec3 const & value ) @@ -1470,7 +1470,7 @@ namespace glm } template - inline detail::tvec4 uintBitsToFloat + GLM_FUNC_QUALIFIER detail::tvec4 uintBitsToFloat ( detail::tvec4 const & value ) @@ -1492,7 +1492,7 @@ namespace glm } template - genType frexp + GLM_FUNC_QUALIFIER genType frexp ( genType const & x, int & exp @@ -1502,7 +1502,7 @@ namespace glm } template - detail::tvec2 frexp + GLM_FUNC_QUALIFIER detail::tvec2 frexp ( detail::tvec2 const & x, detail::tvec2 & exp @@ -1512,7 +1512,7 @@ namespace glm } template - detail::tvec3 frexp + GLM_FUNC_QUALIFIER detail::tvec3 frexp ( detail::tvec3 const & x, detail::tvec3 & exp @@ -1522,7 +1522,7 @@ namespace glm } template - detail::tvec4 frexp + GLM_FUNC_QUALIFIER detail::tvec4 frexp ( detail::tvec4 const & x, detail::tvec4 & exp @@ -1532,7 +1532,7 @@ namespace glm } template - genType ldexp + GLM_FUNC_QUALIFIER genType ldexp ( genType const & x, int const & exp @@ -1542,7 +1542,7 @@ namespace glm } template - detail::tvec2 ldexp + GLM_FUNC_QUALIFIER detail::tvec2 ldexp ( detail::tvec2 const & x, detail::tvec2 const & exp @@ -1552,7 +1552,7 @@ namespace glm } template - detail::tvec3 ldexp + GLM_FUNC_QUALIFIER detail::tvec3 ldexp ( detail::tvec3 const & x, detail::tvec3 const & exp @@ -1562,7 +1562,7 @@ namespace glm } template - detail::tvec4 ldexp + GLM_FUNC_QUALIFIER detail::tvec4 ldexp ( detail::tvec4 const & x, detail::tvec4 const & exp