-
After a lot of tinkering with CL-GTK4, running and restarting examples frequently, the FLOATING-POINT-INVALID-OPERATION error started appearing. I don't understand why this happens. Both applications …
-
### Your name
Bob Yantosca
### Your affiliation
Harvard + GCST
### What happened? What did you expect to happen?
While adding an integration test with all diagnostics activated (see htt…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
This is an adaptation of c/floats-cdfpl/newton_1_4.i
```c
// This file is part of the SV-Benchmarks collection of verification tasks:
// https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks
//
…
-
- [x] Check if [dragonbox](https://github.com/jk-jeon/dragonbox) has an acceptable binary size (for single and double precision)
- [x] If not, find an alternative
- [ ] implement the low-level write…
-
Hi,
std::from_chars seems to be (still) unsupported for floating point numbers (_LIBCPP_VERSION=190100).
Or am I missing something?
Best regards,
Fred
-
Hello! Very excited about this library, as it (hopefully) provides a place to put functions that are array agnostic and usable by many people. Let me describe two simple ones that I'd like to make a P…
-
There are a number of llvm intrinsics and `math.h` functions for floating point operations that are exercised by the `sv-benchmark` suite that are not currently implemented.
The following ones shou…
-
ADD DESCRIPTION
-
It might be a feature but not a nice one.
What does 0x1.0p-1074, a real(64), print out under %30.18xer (or ....xr)
```chapel
0.000000000000100000p-1022
````
I might have got those leading zeros…