1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Corrected QPX SIMD width

This commit is contained in:
Lanny91 2017-02-23 16:47:56 +00:00
parent c80948411b
commit 486a01294a

View File

@ -28,7 +28,7 @@
******************************************************************************/ ******************************************************************************/
#ifndef GEN_SIMD_WIDTH #ifndef GEN_SIMD_WIDTH
#define GEN_SIMD_WIDTH 64u #define GEN_SIMD_WIDTH 32u
#endif #endif
#include "Grid_generic_types.h" // Definitions for simulated integer SIMD. #include "Grid_generic_types.h" // Definitions for simulated integer SIMD.