1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-18 12:11:53 +01:00

Small corrections to the NEON port

This commit is contained in:
Guido Cossu
2017-06-29 11:30:29 +01:00
parent 688a39cfd9
commit 8859a151cc
4 changed files with 11 additions and 17 deletions

View File

@@ -250,7 +250,7 @@ case ${ax_cv_cxx_compiler_vendor} in
SIMD_FLAGS='';;
NEONv8)
AC_DEFINE([NEONV8],[1],[ARMv8 NEON])
SIMD_FLAGS='';;
SIMD_FLAGS='-march=armv8-a';;
QPX|BGQ)
AC_DEFINE([QPX],[1],[QPX intrinsics for BG/Q])
SIMD_FLAGS='';;