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
..
2013-06-10 22:23:22 +08:00
2013-02-20 16:21:56 +01:00
2013-02-20 16:21:56 +01:00
2013-02-20 16:21:56 +01:00
2012-01-09 11:20:01 +00:00
2013-02-20 16:21:56 +01:00
2013-02-20 16:21:56 +01:00
2013-02-20 16:21:56 +01:00
2013-02-20 16:21:56 +01:00