aboutsummaryrefslogtreecommitdiff
path: root/ref-rvct-neon.txt
AgeCommit message (Collapse)Author
2014-07-11Remove floating-point outputs to avoid miscomparison of results when using ↵Christophe Lyon
different libC, some of which can output "-nan", the others always "nan".
2014-06-03Renamed Neon overflow to Neon cumulative saturation, since it's the real name.Christophe Lyon
2013-04-11Added support for half-precision (fp16) variants.Christophe Lyon
2013-03-29Add support for polynomial variants (*_p8, *_p16).Christophe Lyon
2013-03-28Change output format of vget_lane, for better readability.Christophe Lyon
2013-01-17Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon
Add dedicated input for vdup, vld1_dup, vldX, vldX_dup, vldX_lane, vstX_lane.
2012-05-14* Enable compilation & link with GCCChristophe Lyon
* Enable compilation with GCC and link with armlink * Separate integer/dsp tests as GCC does not support them currently