summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/msun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-2/+1
|
* Add test for ilogb(3).kettenis2020-11-072-1/+85
|
* Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tkettenis2020-10-191-1/+6
| | | | implement this feature.
* For ia32 use a volatile double to force 64 bit rounding. Otherwisebluhm2019-02-221-4/+8
| | | | | the i387 would use its internal 80 bit stack. This fixes getround() on i386.
* Remove the #ifdef i386 special test, it does not compile there.bluhm2019-02-211-9/+1
|
* Replace the print "not ok" with an assert macro. This is consistentbluhm2019-02-214-45/+32
| | | | | to the other tests and causes a regress fail. Fix RCS Id. from Moritz Buhl
* Copy tests for our libm implementation from FreeBSD. Only passingbluhm2019-02-215-0/+1056
tests are included, the others need some fixes in the library first. Hopefully these tests will help us to find compiler bugs earlier. from Moritz Buhl