aboutsummaryrefslogtreecommitdiffstats
path: root/compute_ref.gccarm
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update binary produced by GCC for ARM. This one produces accurate results.Christophe Lyon2012-06-211-0/+0
|
* Update binaries after building with newer binutils.Christophe Lyon2012-06-041-0/+0
|
* * 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