mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix log2 func. qualifier
This commit is contained in:
parent
4137519418
commit
0904870e37
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace detail
|
|||
using std::log2;
|
||||
# else
|
||||
template<typename genType>
|
||||
genType log2(genType Value)
|
||||
GLM_FUNC_QUALIFIER genType log2(genType Value)
|
||||
{
|
||||
return std::log(Value) * static_cast<genType>(1.4426950408889634073599246810019);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue