summaryrefslogtreecommitdiffstats
path: root/test.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Test ifthenErik Schnetter2013-06-061-1/+44
* Disable more testsErik Schnetter2013-06-061-3/+4
* Improve error outputErik Schnetter2013-06-061-9/+18
* Replace "T const" with "const T"Erik Schnetter2013-06-051-130/+144
* Disable tests for many vector typesErik Schnetter2013-06-051-31/+31
* Replace lambdas with local functionsErik Schnetter2013-06-051-60/+45
* Rename overloaded check to check_bool, check_int, check_realErik Schnetter2013-06-051-233/+350
* Disable some testsErik Schnetter2013-06-051-9/+10
* Modify debug outputErik Schnetter2013-06-051-25/+4
* Test boolean operationsErik Schnetter2013-06-051-4/+192
* Undo debug modification of check_mem for storesErik Schnetter2013-06-051-4/+1
* More debug outputErik Schnetter2013-06-051-1/+5
* More debug outputErik Schnetter2013-06-051-1/+3
* More debug outputErik Schnetter2013-06-051-1/+3
* Add more debug outputErik Schnetter2013-06-051-4/+6
* Add more debug code to check_mem for load operationsErik Schnetter2013-06-051-2/+7
* Clean up API for checking memory access. Add debug code.Erik Schnetter2013-06-051-26/+31
* Add more debug output to check_memErik Schnetter2013-06-051-4/+4
* Add debugging code for check_memErik Schnetter2013-06-051-0/+11
* Continue implementing QPX supportErik Schnetter2013-06-051-127/+145
* Complete and debug VSX supportErik Schnetter2013-06-041-0/+3
* Take endian-ness into account when producing hexadecimal output for floating ...Erik Schnetter2013-06-021-2/+13
* Use memcpy (instead of unions) to access data both as scalars and as vectorsErik Schnetter2013-04-231-26/+22
* Increase test tolerance for remainder and fmodErik Schnetter2013-04-221-6/+6
* Use unions to hold data access both as vectors and scalars for load/store tes...Erik Schnetter2013-04-221-26/+32
* Ignore test failures if they involve inf or nan, when inf or nan are not supp...Erik Schnetter2013-04-221-6/+42
* Recognise Altivec for architecture stringErik Schnetter2013-04-221-0/+3
* Don't try convert_int for INT_MAX; it would overflowErik Schnetter2013-04-201-1/+2
* Add more test cases for convert_intErik Schnetter2013-04-201-0/+8
* Provide hexadecimal debug output for failing testsErik Schnetter2013-04-201-15/+36
* Output integer representation of failing floating point results as wellErik Schnetter2013-04-191-6/+6
* Do not use "using namespace std" any moreErik Schnetter2013-03-221-17/+17
* Test more corner casesErik Schnetter2013-03-211-5/+50
* Don't test nan/inf if they are not supportedErik Schnetter2013-03-211-0/+8
* Improve output for failed testsErik Schnetter2013-03-211-6/+18
* Correct ilogb(0)Erik Schnetter2013-03-211-1/+7
* Add more tests for type conversions and roundingErik Schnetter2013-03-211-4/+51
* Don't use typeinfoErik Schnetter2013-03-211-1/+0
* Output configuration settingsErik Schnetter2013-03-201-0/+21
* Introduce "builtin" vectors (still disabled)Erik Schnetter2013-03-151-0/+6
* Increase output precision when tests failErik Schnetter2013-02-191-5/+7
* Output absolute error when a test failsErik Schnetter2013-02-191-0/+2
* Add rint(), correct round()Erik Schnetter2013-02-191-2/+17
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-3/+10
* Change order of testsErik Schnetter2013-02-151-4/+5
* Clean up vector classesErik Schnetter2013-02-141-4/+10
* Test conversions and rounding also for 0Erik Schnetter2013-02-141-6/+13
* Find out good clang options for using a modern STLErik Schnetter2013-02-061-39/+39
* Add lots of work-arounds for missing clang++ functionalityErik Schnetter2013-02-051-38/+38
* Add small commentErik Schnetter2013-02-051-0/+1
OpenPOWER on IntegriCloud