Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove echo headlines. | 2020-12-17 | 1 | -2/+1 | |
| | |||||
* | Add test for ilogb(3). | 2020-11-07 | 2 | -1/+85 | |
| | |||||
* | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't | 2020-10-19 | 1 | -1/+6 | |
| | | | | implement this feature. | ||||
* | For ia32 use a volatile double to force 64 bit rounding. Otherwise | 2019-02-22 | 1 | -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. | 2019-02-21 | 1 | -9/+1 | |
| | |||||
* | Replace the print "not ok" with an assert macro. This is consistent | 2019-02-21 | 4 | -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 passing | 2019-02-21 | 5 | -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 |