aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* Avoid integer overflow warningJack Lloyd2019-12-061-2/+9
* Add tests for SIMD_4x32::shift_elems_{left,right}Jack Lloyd2019-09-251-0/+8
* Remove the scalar SIMD_4x32 implementationJack Lloyd2019-09-051-0/+2
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add misaligned load/store test to SIMDJack Lloyd2018-02-231-35/+52
* Enable using NEON on ClangJack Lloyd2017-12-101-2/+2
* Add compile-time rotation functionsJack Lloyd2017-10-121-17/+15
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-22/+30
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-0/+161