Fixed 32-bits build #528 #529, fixed VC 32 bits crash

This commit is contained in:
Christophe Riccio
2016-08-07 12:42:45 +02:00
parent e671d50e05
commit 0dbdf3fad4
3 changed files with 32 additions and 7 deletions

View File

@@ -190,7 +190,7 @@ namespace detail
# if GLM_ARCH == GLM_ARCH_X86
template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
struct compute_sign<T, P, vecType, Aligned>
struct compute_sign<T, P, vecType, false, Aligned>
{
GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x)
{