aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Add dedicated input for vdup, vld1_dup, vldX, vldX_dup, vldX_lane, vstX_lane.
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
Reported by Victoria Zhislina.
2013-01-14Fix input data for vld3 and vld4 tests.Christophe Lyon
Reported by Victoria Zhislina.
2013-01-14Fix output of 2nd chunk of data for vuzp, vzip and vtrn.Christophe Lyon
Reported by Victoria Zhislina.
2012-08-31Improve support for endianness of the target processor. (eg when compiling ↵Christophe Lyon
with llvm).
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
* Enable compilation with GCC and link with armlink * Separate integer/dsp tests as GCC does not support them currently
2012-05-11Make sure references to file descriptors do not pull internal CChristophe Lyon
library dependencies.
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
read/changed when compiling with GCC/ARM too.
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
Fix build with GCC/ARM.
2011-10-17Fix/add tests with -NaN, -infChristophe Lyon
2011-10-03Define NAN and HUGE_VALF to be compatible with MSVC.Christophe Lyon
2011-09-27Update expected resultsChristophe Lyon
2011-09-26Add more corner case tests.Christophe Lyon
2011-09-23Add corner case tests in vrecps and vrsqrts (NaN, infinity, 0, ...)Christophe Lyon
2011-09-22Add tests with large shift amounts.Christophe Lyon
2011-09-22Add tests with large negative shift amount.Christophe Lyon
2011-09-22fix typo in output messageChristophe Lyon
2011-07-21Update expected results and binary to match the most recent changes in SVN.Christophe Lyon
2011-07-19[CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon
2011-07-19[CL] Add dependencies for vsli/vrsiChristophe Lyon
2011-07-19Merge from SVN #539Christophe Lyon
[CL] force precision of FP output to help comparison when compiled with MSVC
2011-07-19Merge from SVN #538Christophe Lyon
[CL] force FP output with 2 digits for the exponent when compiled with MSVC
2011-07-19Merge from SVN #533Christophe Lyon
[CL] fix prototypes to avoid MSVC warning
2011-07-19Merge from SVN #532Christophe Lyon
[CL] include msinttypes.h/msstdint.h instead of inttypes.h/stdint.h when compiling with MSVC
2011-07-19Merge from SVN #531Christophe Lyon
[CL] add 'f' suffix to 'float' constants
2011-07-19Merge from SVN #514Christophe Lyon
[CL] fixes to support compilation with a C++ compiler
2011-04-21Rebuild the ELF binary test file to match latest sources.Christophe Lyon
2011-02-18vrecpe, vrsqrte: add new tests with special values (NaN, infinity, 0, ...)Christophe Lyon
Update expected results.
2011-02-18vrecpe: add tests with NaNs, 0, infinity, large valuesChristophe Lyon
2011-02-08Fix typo in comment.Christophe Lyon
2011-02-08Add more tests to VRSHL.Christophe Lyon
2011-02-08Mark intermediate files as precious to avoid having to rebuild them all the ↵Christophe Lyon
time.
2011-02-08Restore tests for vsli/vsri. Add tests with maximum allowed shift amount.Christophe Lyon
2011-01-24Avoid rebuilding of compute_ref.axf if already present.Christophe Lyon
2011-01-24First public release of the ARM/Neon tests.Christophe Lyon