aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24Make sure FP16 tests are enabled only if the target actually supports them.Christophe Lyon
2016-08-11Initial empty repositorySurendra Vispute
2015-01-20__set_neon_cumulative_sat() modifies the contents on the QC flag, andChristophe Lyon
2015-01-20Fix comment formatting.Christophe Lyon
2015-01-16Fix typo in comment.Christophe Lyon
2014-12-16Rename helper macros:Christophe Lyon
2014-12-16Add CPU variable in Makefiles.Christophe Lyon
2014-11-28Change vldX_dup test input buffer.Christophe Lyon
2014-09-02Fix detection of FP16 support: test __ARM_FP16_FORMAT_IEEE instead of __ARM_N...Christophe Lyon
2014-09-02Remove 2 incorrect entries in VCVT.Christophe Lyon
2014-07-11Make sure poly* types are handled as unsigned when they get printed.Christophe Lyon
2014-07-11Remove floating-point outputs to avoid miscomparison of results when using di...Christophe Lyon
2014-07-11Dump fp16 values in expected_input4gcc.txt too.Christophe Lyon
2014-07-11Fix vcvt input initialization when FP16 is supported.Christophe Lyon
2014-07-11Add missing seperator messages in expected_input4gcc.txt to help readability.Christophe Lyon
2014-07-10Support Neon Cumulative Saturation flag for aarch64 too.Christophe Lyon
2014-07-10Enable build for aarch64.Christophe Lyon
2014-06-13Add missing GCCTESTS_FILE definition.Christophe Lyon
2014-06-13Add a new expected results file, useful for the conversion of theChristophe Lyon
2014-06-13Additional Makefile to make it easier to check a particular GCC version.Christophe Lyon
2014-06-05Fix comment.Christophe Lyon
2014-06-03Renamed Neon overflow to Neon cumulative saturation, since it's the real name.Christophe Lyon
2014-05-16Add new output file, to make conversion to GCC dejagnu testsuite easier.Christophe Lyon
2014-05-12Add license description for files derived from ARM examples.Christophe Lyon
2013-04-11Added support for half-precision (fp16) variants.Christophe Lyon
2013-04-09Fix typo in poly16_t printf format.Christophe Lyon
2013-04-09Typo in comments.Christophe Lyon
2013-03-29Remove useless code.Christophe Lyon
2013-03-29Update copyright years.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-02-22Be compliant with Intel preprocessor.Christophe Lyon
2013-02-05Use union instead of cast to avoid GCC warning.Christophe Lyon
2013-01-17Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon
2013-01-14Enable compilation of non-Neon tests with a non-ARM compiler.Christophe Lyon
2013-01-14Add test for vclz with 0 as input.Christophe Lyon
2013-01-14Fix typo.Christophe Lyon
2013-01-14Fix input data for vld3 and vld4 tests.Christophe Lyon
2013-01-14Fix output of 2nd chunk of data for vuzp, vzip and vtrn.Christophe Lyon
2012-08-31Improve support for endianness of the target processor. (eg when compiling wi...Christophe Lyon
2012-06-21Update binary produced by GCC for ARM. This one produces accurate results.Christophe Lyon
2012-06-04Update binaries after building with newer binutils.Christophe Lyon
2012-05-14* Enable compilation & link with GCCChristophe Lyon
2012-05-11Make sure references to file descriptors do not pull internal CChristophe Lyon
2012-05-11Update memory ranges to permit linking GCC-generated code with armlink.Christophe Lyon
2012-05-11Add accessor functions for Neon_Overflow, such that its value can beChristophe Lyon
2012-03-09Update expected results with new tests (and update test program as well)Christophe Lyon
2011-10-17Fix definition of NAN, INF under Win32.Christophe Lyon
2011-10-17Fix/add tests with -NaN, -infChristophe Lyon
2011-10-03Define NAN and HUGE_VALF to be compatible with MSVC.Christophe Lyon