aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vget_high.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon2016-08-241-3/+3
| | | | | This implies checking __ARM_FP or __ARM_NEON_FP16_INTRINSICS to account for different compilers.
* Rename helper macros:Christophe Lyon2014-12-161-3/+3
| | | | | TEST_VLOAD into VLOAD TEST_VDUP into VDUP
* Fix detection of FP16 support: test __ARM_FP16_FORMAT_IEEE instead of ↵Christophe Lyon2014-09-021-3/+3
| | | | __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/+10
|
* Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-291-1/+3
|
* [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/+64