summaryrefslogtreecommitdiffstats
path: root/test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong commentErik Schnetter2013-07-021-1/+1
* Implement frexpErik Schnetter2013-06-281-1/+27
* Choose required accuracy depending on FP_CONTRACTErik Schnetter2013-06-201-1/+6
* Test floating point roundingErik Schnetter2013-06-181-2/+11
* Test barrier functionErik Schnetter2013-06-181-0/+6
* Test iota() functionErik Schnetter2013-06-171-0/+2
* Beautify screen outputErik Schnetter2013-06-131-3/+3
* Allow wrap-around when testing fmod and remainderErik Schnetter2013-06-131-5/+5
* Test NEON as well (first float2 architecture)Erik Schnetter2013-06-121-0/+9
* Implement signbit function for integer vectorsErik Schnetter2013-06-121-0/+2
* Implement nextafterErik Schnetter2013-06-091-1/+3
* Test sum and prodErik Schnetter2013-06-071-1/+39
* Improve error output formatErik Schnetter2013-06-071-8/+12
* Re-enable all testsErik Schnetter2013-06-071-45/+43
* Test vector element access for int and real vectorsErik Schnetter2013-06-071-0/+76
* Add explicit template arguments to check_* functionsErik Schnetter2013-06-061-145/+139
* Allow offset when checking for errorsErik Schnetter2013-06-061-2/+38
* Implement atan2Erik Schnetter2013-06-061-0/+2
* Remove explicit template arguments for calls to check_* routinesErik Schnetter2013-06-061-70/+77
* Test floating point operatorsErik Schnetter2013-06-061-8/+28
* Test shift operationsErik Schnetter2013-06-061-0/+50
* 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
OpenPOWER on IntegriCloud