From 486a01294a385c16b04579dc24ccf22db2b53282 Mon Sep 17 00:00:00 2001 From: Lanny91 Date: Thu, 23 Feb 2017 16:47:56 +0000 Subject: [PATCH] Corrected QPX SIMD width --- lib/simd/Grid_qpx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simd/Grid_qpx.h b/lib/simd/Grid_qpx.h index 41bd80b9..44403d87 100644 --- a/lib/simd/Grid_qpx.h +++ b/lib/simd/Grid_qpx.h @@ -28,7 +28,7 @@ ******************************************************************************/ #ifndef GEN_SIMD_WIDTH -#define GEN_SIMD_WIDTH 64u +#define GEN_SIMD_WIDTH 32u #endif #include "Grid_generic_types.h" // Definitions for simulated integer SIMD.