google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.
http://google.github.io/mathfu
Apache License 2.0
1.39k stars 189 forks source link

Update vectorial to latest version #12

Closed ggfan closed 8 years ago

ggfan commented 8 years ago

Hi Jason, Stewart,

may you kindly review and merge if possible. The only change between this version of vectorial and the previous version is Jason's fix

simd4f_aligned16 const unsigned int mask_array[] = { 0xffffffff, 0xffffffff, 0xffffffff, 0 };

[making alignment 16 on the stack ]

thank you

stewartmiles commented 8 years ago

Thanks for the patch Gerry.