aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vcvt.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon2016-08-241-7/+7
| | | | | This implies checking __ARM_FP or __ARM_NEON_FP16_INTRINSICS to account for different compilers.
* Rename helper macros:Christophe Lyon2014-12-161-7/+7
| | | | | TEST_VLOAD into VLOAD TEST_VDUP into VDUP
* Fix detection of FP16 support: test __ARM_FP16_FORMAT_IEEE instead of ↵Christophe Lyon2014-09-021-7/+7
| | | | __ARM_NEON_FP16_INTRINSICS.
* Fix vcvt input initialization when FP16 is supported.Christophe Lyon2014-07-111-1/+1
|
* Add missing seperator messages in expected_input4gcc.txt to help readability.Christophe Lyon2014-07-111-0/+2
|
* Enable build for aarch64.Christophe Lyon2014-07-101-1/+1
|
* Added support for half-precision (fp16) variants.Christophe Lyon2013-04-111-1/+75
|
* [CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon2011-07-191-1/+1
|
* Merge from SVN #531Christophe Lyon2011-07-191-6/+6
| | | | [CL] add 'f' suffix to 'float' constants
* First public release of the ARM/Neon tests.Christophe Lyon2011-01-241-0/+160