2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

14 Commits

Author SHA1 Message Date
jzmaddock
fae96bf542 S390x testing: make all the tests 128-bit float safe.
* Remove tests we don't need right now.
!!!REVERT THIS COMMIT BEFORE MERGING!!!

* Add s390x testing to drone.

* Correct drone file.

* Correct drone file (again)

* Prevent complete cancellation in bessel_jy logic.

* Correct testing for 128-bit floats.

* Make some more tests 128-bit long double safe.

* Make more tests 128-bit float safe.

* Fix some more 128-bit testing issues.

* More 128-bit float fixes.

* Make more tests 128-bit float safe.

* Fix up remaining tests for 128-bit floats.

* Yet more 128-bit float test case fixes.

* Fix up more tests for 128-bit floats and non-intel platforms.

* Fix up more tests to be 128-bit long double safe.

* More test case adjustments.

* More 128-bit float error rate adjustments.

* Fixes for autodiff tests

* Two more test fixes.

* Fix up daubechies_scaling_test.cpp and reinstate full CI.

Co-authored-by: Matt Borland <matt@mattborland.com>
2023-01-11 18:31:05 +00:00
Christopher Kormanyos
be0c78bb4c Add a few more cstdfloat 128-bit tests 2021-08-30 19:04:44 +02:00
Christopher Kormanyos
670b5c4ee9 More edge ranges and optimize expq patch 2021-08-30 13:47:57 +02:00
Christopher Kormanyos
aa10d66c0d [ci skip] Merge branch 'develop' into i506_cstdfloat_complex_std 2021-02-24 22:54:13 +01:00
Matt Borland
afbd203695 Fixes for test_std_lib CI failures in float128 2021-02-03 19:15:24 +03:00
Christopher Kormanyos
95c0769e29 [CI SKIP] Handle more special cases and test zero 2021-02-01 09:15:21 +01:00
Christopher Kormanyos
f5b2320859 [CI SKIP] Correct intended error and acos for pi 2021-01-31 22:41:16 +01:00
Christopher Kormanyos
a126e222f5 [CI SKIP] Tune suites to run and ensure fail in std 2021-01-31 22:27:41 +01:00
Christopher Kormanyos
d50ddb59d7 [CI SKIP] Increase a tolerance and remove a flag 2021-01-31 22:06:46 +01:00
Christopher Kormanyos
2eac693e12 Try correction mentioned in the issue thread 2021-01-31 14:59:56 +01:00
Christopher Kormanyos
88c7cc8191 [CI SKIP] Try ensure libquadmath is tested 2021-01-31 10:38:40 +01:00
Christopher Kormanyos
1d8a6d6b82 [CI SKIP] Try verify find error and reduce YAML 2021-01-31 10:16:34 +01:00
Nick Thompson
9b14fff12e Remove header deprecation warnings. 2019-08-10 08:50:12 -04:00
jzmaddock
c9d65cfa1f Add basic tests for __float128 functions.
Fix one complex function.
Add factorials test.
2014-03-10 18:25:08 +00:00