1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

corrected Grid_neon.h

This commit is contained in:
Nils Meyer 2017-06-28 20:22:22 +02:00
parent a9c816a268
commit 0933aeefd4

View File

@ -41,6 +41,10 @@ Author: neo <cossu@post.kek.jp>
//#ifndef ARM_NEON
//#define ARM_NEON
#ifndef GEN_SIMD_WIDTH
#define GEN_SIMD_WIDTH 16u
#endif
#include "Grid_generic_types.h"
#include <arm_neon.h>