Merge branch '0.9.1' into 0.9.2

This commit is contained in:
Christophe Riccio
2011-05-02 23:44:48 +01:00
2 changed files with 36 additions and 102 deletions

View File

@@ -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;
}