Merge branch '0.9.6' of https://github.com/g-truc/glm into 0.9.6

This commit is contained in:
Christophe Riccio
2013-12-26 11:42:58 +01:00
475 changed files with 76175 additions and 49230 deletions

View File

@@ -56,8 +56,6 @@ int main()
glm::simdVec4 GNI(add0);
printf("%f\n", GNI.Data /* .m128_f32 */);
return 0;
}