aboutsummaryrefslogtreecommitdiffstats
path: root/ref-rvct-neon.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove floating-point outputs to avoid miscomparison of results when using ↵Christophe Lyon2014-07-111-583/+583
| | | | different libC, some of which can output "-nan", the others always "nan".
* Renamed Neon overflow to Neon cumulative saturation, since it's the real name.Christophe Lyon2014-06-031-764/+764
|
* Added support for half-precision (fp16) variants.Christophe Lyon2013-04-111-4385/+4929
|
* Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-291-3932/+4982
|
* Change output format of vget_lane, for better readability.Christophe Lyon2013-03-281-1/+19
|
* Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon2013-01-171-49/+69
| | | | Add dedicated input for vdup, vld1_dup, vldX, vldX_dup, vldX_lane, vstX_lane.
* * Enable compilation & link with GCCChristophe Lyon2012-05-141-0/+6268
* Enable compilation with GCC and link with armlink * Separate integer/dsp tests as GCC does not support them currently