mirror of
https://github.com/g-truc/glm.git
synced 2026-09-11 21:18:08 +00:00
Fixed alignment
This commit is contained in:
@@ -275,7 +275,7 @@ namespace glm
|
||||
detail::fvec4SIMD const & x
|
||||
)
|
||||
{
|
||||
GLM_ALIGN(4) detail::tvec4<float> Result;
|
||||
GLM_ALIGN(16) detail::tvec4<float> Result;
|
||||
_mm_store_ps(&Result[0], x.Data);
|
||||
return Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user