1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Merge pull request #114 from nmeyer-ur/feature/arm-neon

ARM neon intrinsics support
Guido: checked and approved
This commit is contained in:
Guido Cossu
2017-06-29 09:57:17 +01:00
committed by GitHub
2 changed files with 370 additions and 97 deletions

View File

@ -248,6 +248,9 @@ case ${ax_cv_cxx_compiler_vendor} in
[generic SIMD vector width (in bytes)])
SIMD_GEN_WIDTH_MSG=" (width= $ac_gen_simd_width)"
SIMD_FLAGS='';;
NEONv8)
AC_DEFINE([NEONV8],[1],[ARMv8 NEON])
SIMD_FLAGS='';;
QPX|BGQ)
AC_DEFINE([QPX],[1],[QPX intrinsics for BG/Q])
SIMD_FLAGS='';;