glm/test
zhumeng1989 88ee302567 Minor fix
1. type_vec4.hpp
__declspec(align(16)) produces a compiler error on VS2012:
func_common.inl(634): error C2719: 'a': formal parameter with
__declspec(align('16')) won't be aligned
core_func_common.cpp(310) : see reference to function template
instantiation 'glm::detail::tvec4<T,P> glm::mix<float,highp>(const
glm::detail::tvec4<T,P> &,const glm::detail::tvec4<T,P>
&,glm::detail::tvec4<bool,highp>)' being compiled
with
[
T=float,
P=highp
]
and a warning on CygWin using gcc 4.7.2:
type_vec4.hpp:40:31: warning: 'align' attribute directive ignored
[-Wattributes]

2. gtx_bit.cpp
glm::uint32 x_max = 1 << 13;
glm::uint32 y_max = 1 << 12;
result out of memory on my machine.
2013-06-10 22:23:22 +08:00
..
bug
core Clean up code test for branch compatibility on all platforms 2013-05-12 11:40:25 +02:00
external/gli
gtc Fixed perspective with zNear == 0 (#71) 2013-05-12 15:36:29 +02:00
gtx Minor fix 2013-06-10 22:23:22 +08:00
.DS_Store Updated test notice 2012-04-07 17:18:04 +01:00
CMakeLists.txt
glm.cppcheck