mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 14:29:16 +00:00
Fixed ticket #33
This commit is contained in:
parent
c2b2467504
commit
2e6cb304c3
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ namespace glm
|
|||
detail::fvec4SIMD const & x
|
||||
)
|
||||
{
|
||||
detail::tvec4<float> Result;
|
||||
GLM_ALIGN(16) detail::tvec4<float> Result;
|
||||
_mm_store_ps(&Result[0], x.Data);
|
||||
return Result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue