Updated GLM manual with per feature headers. Fixed io.

This commit is contained in:
Christophe Riccio
2013-12-25 23:21:46 +01:00
parent e9cb71e8b6
commit fd256dfaa8
8 changed files with 24 additions and 76 deletions

View File

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