mirror of
https://github.com/icaven/glm.git
synced 2025-12-06 16:56:56 +08:00
fixed: commented unknown structure member (gcc4.8.2,f19,x86_64)
This commit is contained in:
parent
2a52f56360
commit
137b296556
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user