-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
specfun CI tests for cpp_double_fp_backend #131
Comments
I will take the first try at this. |
We have now Cc: @sinandredemption and @cosurgi |
Correction: See #138 |
We keep moving forward, now with only 5 files failing See also #142 Work continues on edge cases which should eventually get all of |
Hi Fahad (@sinandredemption) in order to provide very clear and easy-to-understand instances of failing test cases, I have prepared the first of two in a series of failing test case studies. These can be found in #143 and #144 Cc: @cosurgi |
We are now down to two and only two meaningful files with failing test cases in Cc: @sinandredemption and @cosurgi |
See also comments and build logs from #147 |
I just posted in the wrong thread for these specfun tests. See #136 |
See also #150 |
Still getting closer to passing all of specfun. See detailed comments from #154, repeated here. Remaining specfun issues include:
Cc: @sinandredemption and @cosurgi |
This has been correected in #155. The read of overly large strings (that will be infinite) did not properly regard the result sign of Also the square root of infinity was improperly given in the |
OK with #157 The only specfun with remaining test failures is |
The purpose of this issue is to get the specfun GHA CI tests running for the
cpp_double_fp_backend<>
template type.Instantiate at first for
double
and see how that goes. If more needed, such as__float128
, we will decide as we go.Cc: @sinandredemption and @cosurgi
The text was updated successfully, but these errors were encountered: