cryptopp/TestScripts
Jeffrey Walton 6169b5d4d6
Cleaned up ARM related defines, like CRYPTOPP_ARM_NEON_AVAILABLE
We only need to base it on the compiler in config.h. config.h activates the code path guarded by HasNEON(). The source file that actially provides the NEON implementation will be compiled with -fpu=neon or -march=armv8-a.
Since we are providing the specialized implementation in a sequestered source file (and not a header file), we can probably avoid the defines like CRYPTOPP_ARM_NEON_AVAILABLE altogether.
2017-07-30 19:14:47 -04:00
..
coverity-linux.txt Updated makefile trim and convert rules 2017-05-26 10:08:44 -04:00
coverity-macosx.txt Updated makefile trim and convert rules 2017-05-26 10:08:44 -04:00
coverity-windows.txt Updated makefile trim and convert rules 2017-05-26 10:08:44 -04:00
cryptdll-windows.cmd Add cryptdll-windows.cmd to TestScripts 2016-10-06 00:02:33 -04:00
cryptest-android.sh Organize test scripts (Issue 303) 2016-09-23 12:04:33 -04:00
cryptest-coverity.cpp Update Coverity modeling file 2017-03-15 15:46:23 -04:00
cryptest-ios.sh Organize test scripts (Issue 303) 2016-09-23 11:32:48 -04:00
cryptest-symbols.sh Fix cryptest-symbols.sh to account for bench.cpp rename (Issue 337) 2016-11-23 15:17:46 -05:00
cryptest-windows.pl Update Windows test script 2016-10-02 02:12:50 -04:00
cryptest.sh Cleaned up ARM related defines, like CRYPTOPP_ARM_NEON_AVAILABLE 2017-07-30 19:14:47 -04:00
make-benchmarks.sh Whitespace cleanup 2016-10-01 02:02:51 -04:00
master-merge.sh Updated 2016-09-27 19:34:46 -04:00
reset-fork.sh Cleared fall through warnings under GCC 7 (Issue 441) 2017-07-17 04:48:28 -04:00
setenv-android.sh Add untracked files that git was not able to track when asked to perform a 'git mv' 2016-11-12 04:42:53 -05:00
setenv-embedded.sh Add untracked files that git was not able to track when asked to perform a 'git mv' 2016-11-12 04:42:53 -05:00
setenv-ios.sh Add armv8 and aarch64 options in addition to arm64 2017-01-13 05:39:04 -05:00