aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vreinterpret.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon2016-08-241-4/+4
| | | | | This implies checking __ARM_FP or __ARM_NEON_FP16_INTRINSICS to account for different compilers.
* Rename helper macros:Christophe Lyon2014-12-161-5/+5
| | | | | TEST_VLOAD into VLOAD TEST_VDUP into VDUP
* Fix detection of FP16 support: test __ARM_FP16_FORMAT_IEEE instead of ↵Christophe Lyon2014-09-021-4/+4
| | | | __ARM_NEON_FP16_INTRINSICS.
* Make sure poly* types are handled as unsigned when they get printed.Christophe Lyon2014-07-111-26/+33
|
* Add missing seperator messages in expected_input4gcc.txt to help readability.Christophe Lyon2014-07-111-0/+1
|
* Enable build for aarch64.Christophe Lyon2014-07-101-1/+1
|
* Added support for half-precision (fp16) variants.Christophe Lyon2013-04-111-1/+73
|
* Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-291-1/+63
|
* [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/+256