aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vld1_lane.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon2016-08-241-6/+6
| | | | | This implies checking __ARM_FP or __ARM_NEON_FP16_INTRINSICS to account for different compilers.
* Fix detection of FP16 support: test __ARM_FP16_FORMAT_IEEE instead of ↵Christophe Lyon2014-09-021-6/+6
| | | | __ARM_NEON_FP16_INTRINSICS.
* Enable build for aarch64.Christophe Lyon2014-07-101-1/+1
|
* Added support for half-precision (fp16) variants.Christophe Lyon2013-04-111-0/+20
|
* Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-291-1/+9
|
* [CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon2011-07-191-1/+1
|
* First public release of the ARM/Neon tests.Christophe Lyon2011-01-241-0/+102