Fixed ldexp and frexp compilation errors
This commit is contained in:
committed by
Christophe Riccio
parent
1936921ec7
commit
52c9f124e3
@@ -712,7 +712,7 @@ namespace detail
|
||||
frexp(x.w, exp.w));
|
||||
}
|
||||
|
||||
template <typename genType, precision P>
|
||||
template <typename genType>
|
||||
GLM_FUNC_QUALIFIER genType ldexp(genType const & x, int const & exp)
|
||||
{
|
||||
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'ldexp' only accept floating-point inputs");
|
||||
|
||||
Reference in New Issue
Block a user