swr/rast: Fix build warnings when using the Intel compiler

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley
2017-06-29 17:22:05 -05:00
parent bbc3b5c0dc
commit 4c185dd3b3

View File

@@ -293,7 +293,7 @@ namespace SIMDImpl
using __mmask16 = uint16_t;
#endif
#if SIMD_ARCH >= SIMD_ARCH_AVX512
#if defined(__INTEL_COMPILER) || (SIMD_ARCH >= SIMD_ARCH_AVX512)
#define SIMD_ALIGNMENT_BYTES 64
#else
#define SIMD_ALIGNMENT_BYTES 32