aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix comment.Christophe Lyon2014-06-051-2/+1
| * Renamed Neon overflow to Neon cumulative saturation, since it's the real name.Christophe Lyon2014-06-0333-2637/+2669
| * Add new output file, to make conversion to GCC dejagnu testsuite easier.Christophe Lyon2014-05-1627-50/+141
| * Add license description for files derived from ARM examples.Christophe Lyon2014-05-122-0/+466
| * Added support for half-precision (fp16) variants.Christophe Lyon2013-04-1123-5329/+14472
| * Fix typo in poly16_t printf format.Christophe Lyon2013-04-091-1/+1
| * Typo in comments.Christophe Lyon2013-04-091-1/+1
| * Remove useless code.Christophe Lyon2013-03-294-2/+0
| * Update copyright years.Christophe Lyon2013-03-2922-22/+22
| * Add support for polynomial variants (*_p8, *_p16).Christophe Lyon2013-03-2939-7917/+10437
| * Change output format of vget_lane, for better readability.Christophe Lyon2013-03-286-4/+40
| * Be compliant with Intel preprocessor.Christophe Lyon2013-02-221-1/+1
| * Use union instead of cast to avoid GCC warning.Christophe Lyon2013-02-054-1/+7
| * Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon2013-01-1713-92/+557
| * Enable compilation of non-Neon tests with a non-ARM compiler.Christophe Lyon2013-01-141-2/+2
| * Add test for vclz with 0 as input.Christophe Lyon2013-01-143-0/+50
| * Fix typo.Christophe Lyon2013-01-143-2/+2
| * Fix input data for vld3 and vld4 tests.Christophe Lyon2013-01-143-12/+15
| * Fix output of 2nd chunk of data for vuzp, vzip and vtrn.Christophe Lyon2013-01-143-43/+43
| * Improve support for endianness of the target processor. (eg when compiling wi...Christophe Lyon2012-08-311-1/+15
| * 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-042-0/+0
| * * Enable compilation & link with GCCChristophe Lyon2012-05-148-85/+6388
| * Make sure references to file descriptors do not pull internal CChristophe Lyon2012-05-111-1/+2
| * Update memory ranges to permit linking GCC-generated code with armlink.Christophe Lyon2012-05-111-1/+1
| * Add accessor functions for Neon_Overflow, such that its value can beChristophe Lyon2012-05-1126-34/+48
| * Update expected results with new tests (and update test program as well)Christophe Lyon2012-03-092-32/+46
| * Fix definition of NAN, INF under Win32.Christophe Lyon2011-10-171-4/+7
| * Fix/add tests with -NaN, -infChristophe Lyon2011-10-172-5/+25
| * Define NAN and HUGE_VALF to be compatible with MSVC.Christophe Lyon2011-10-031-0/+3
| * Update expected resultsChristophe Lyon2011-09-271-1/+252
| * Add more corner case tests.Christophe Lyon2011-09-267-1/+125
| * Add corner case tests in vrecps and vrsqrts (NaN, infinity, 0, ...)Christophe Lyon2011-09-233-0/+86
| * Add tests with large shift amounts.Christophe Lyon2011-09-221-0/+69
| * Add tests with large negative shift amount.Christophe Lyon2011-09-221-0/+14
| * fix typo in output messageChristophe Lyon2011-09-221-1/+1
| * Update expected results and binary to match the most recent changes in SVN.Christophe Lyon2011-07-214-515/+518
| * [CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon2011-07-1999-100/+100
| * [CL] Add dependencies for vsli/vrsiChristophe Lyon2011-07-191-0/+2
| * Merge from SVN #539Christophe Lyon2011-07-191-1/+1
| * Merge from SVN #538Christophe Lyon2011-07-191-0/+7
| * Merge from SVN #533Christophe Lyon2011-07-191-2/+2
| * Merge from SVN #532Christophe Lyon2011-07-195-0/+20
| * Merge from SVN #531Christophe Lyon2011-07-1924-75/+75
| * Merge from SVN #514Christophe Lyon2011-07-197-6/+40
| * Rebuild the ELF binary test file to match latest sources.Christophe Lyon2011-04-211-0/+0
| * vrecpe, vrsqrte: add new tests with special values (NaN, infinity, 0, ...)Christophe Lyon2011-02-183-2/+75
| * vrecpe: add tests with NaNs, 0, infinity, large valuesChristophe Lyon2011-02-181-0/+37
| * Fix typo in comment.Christophe Lyon2011-02-081-1/+1
| * Add more tests to VRSHL.Christophe Lyon2011-02-082-9/+43