mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
Fix another compilation error.
This commit is contained in:
parent
b6d994f638
commit
6a7ccdb530
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace glm
|
|||
i = 0x5f375a86 - (i >> 1);
|
||||
//x = *(float*)&i;
|
||||
//x = *((float*)(char*)&i);
|
||||
tmp = detail::uif(i).f;
|
||||
tmp = detail::uif32(i).f;
|
||||
tmp = tmp * (1.5f - xhalf * tmp * tmp);
|
||||
return genType(tmp);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue