Added specialized SSE2 and AVX bool mix

This commit is contained in:
Christophe Riccio
2016-05-26 02:47:43 +02:00
parent 740e6d6e56
commit 4797ea9540
6 changed files with 40 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
/// @ref simd
/// @file glm/simd/common.h
#pragma once
#if(GLM_COMPILER & GLM_COMPILER_VC)
#pragma warning(push)
#pragma warning(disable : 4510 4512 4610)