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

More NEON functionalities

This commit is contained in:
neo
2015-07-21 11:52:15 +09:00
parent 97afe4125f
commit 9adaeb061a
10 changed files with 88 additions and 87 deletions

6
configure vendored
View File

@ -6712,10 +6712,10 @@ $as_echo "#define AVX512 1" >>confdefs.h
supported="cross compilation"
;;
NEONv7)
echo Configuring for experimental ARMv7 support
NEONv8)
echo Configuring for experimental ARMv8a support
$as_echo "#define NEONv7 1" >>confdefs.h
$as_echo "#define NEONv8 1" >>confdefs.h
supported="cross compilation"
;;