aboutsummaryrefslogtreecommitdiffstats
path: root/compute_ref.axf
Commit message (Collapse)AuthorAgeFilesLines
* Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon2016-08-241-0/+0
| | | | | This implies checking __ARM_FP or __ARM_NEON_FP16_INTRINSICS to account for different compilers.
* Rename helper macros:Christophe Lyon2014-12-161-0/+0
| | | | | TEST_VLOAD into VLOAD TEST_VDUP into VDUP
* Remove floating-point outputs to avoid miscomparison of results when using ↵Christophe Lyon2014-07-111-0/+0
| | | | different libC, some of which can output "-nan", the others always "nan".
* Dump fp16 values in expected_input4gcc.txt too.Christophe Lyon2014-07-111-0/+0
| | | | Add expected_input4gcc-nofp16.txt.
* Added support for half-precision (fp16) variants.Christophe Lyon2013-04-111-0/+0
|
* Remove useless code.Christophe Lyon2013-03-291-0/+0
|
* Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-291-0/+0
|
* Change output format of vget_lane, for better readability.Christophe Lyon2013-03-281-0/+0
|
* Use union instead of cast to avoid GCC warning.Christophe Lyon2013-02-051-0/+0
|
* Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon2013-01-171-0/+0
| | | | Add dedicated input for vdup, vld1_dup, vldX, vldX_dup, vldX_lane, vstX_lane.
* Add test for vclz with 0 as input.Christophe Lyon2013-01-141-0/+0
|
* Fix typo.Christophe Lyon2013-01-141-0/+0
| | | | Reported by Victoria Zhislina.
* Fix input data for vld3 and vld4 tests.Christophe Lyon2013-01-141-0/+0
| | | | Reported by Victoria Zhislina.
* Fix output of 2nd chunk of data for vuzp, vzip and vtrn.Christophe Lyon2013-01-141-0/+0
| | | | Reported by Victoria Zhislina.
* * Enable compilation & link with GCCChristophe Lyon2012-05-141-0/+0
| | | | | * Enable compilation with GCC and link with armlink * Separate integer/dsp tests as GCC does not support them currently
* Update expected results with new tests (and update test program as well)Christophe Lyon2012-03-091-0/+0
|
* Add more corner case tests.Christophe Lyon2011-09-261-0/+0
|
* Add corner case tests in vrecps and vrsqrts (NaN, infinity, 0, ...)Christophe Lyon2011-09-231-0/+0
|
* Update expected results and binary to match the most recent changes in SVN.Christophe Lyon2011-07-211-0/+0
|
* Rebuild the ELF binary test file to match latest sources.Christophe Lyon2011-04-211-0/+0
|
* First public release of the ARM/Neon tests.Christophe Lyon2011-01-241-0/+0