21#include "../detail/qualifier.hpp"
23#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
24# pragma message("GLM: GLM_EXT_scalar_ulp extension included")
34 template<
typename genType>
42 template<
typename genType>
50 template<
typename genType>
51 GLM_FUNC_DECL genType
nextFloat(genType x,
int ULPs);
58 template<
typename genType>
59 GLM_FUNC_DECL genType
prevFloat(genType x,
int ULPs);
74#include "scalar_ulp.inl"
detail::int64 int64
64 bit signed integer type.
Definition scalar_int_sized.hpp:67
Core features
Definition common.hpp:21
GLM_FUNC_DECL genType prevFloat(genType x)
GLM_FUNC_DECL genType nextFloat(genType x)
GLM_FUNC_DECL int floatDistance(float x, float y)
Definition scalar_ulp.inl:269