fixed: commented unknown structure member (gcc4.8.2,f19,x86_64)

This commit is contained in:
jan p springer 2013-11-22 21:35:06 +00:00
parent 2a52f56360
commit 137b296556

View file

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