-
Clearing of integer color targets is currently underspecified in SDL_GPU and has diverging behavior between backends.
D3D will take `float` and convert it to the closest representable integer for cle…
-
```
I have an application that runs on an embedded device, for performance reasons
I would like to use 32bit float instead of double.
I also have to use several other libraries that only accept 32bi…
-
```
I have an application that runs on an embedded device, for performance reasons
I would like to use 32bit float instead of double.
I also have to use several other libraries that only accept 32bi…
-
```
I have an application that runs on an embedded device, for performance reasons
I would like to use 32bit float instead of double.
I also have to use several other libraries that only accept 32bi…
-
```
I have an application that runs on an embedded device, for performance reasons
I would like to use 32bit float instead of double.
I also have to use several other libraries that only accept 32bi…
-
### Describe the bug, including details regarding any error messages, version, and platform.
```python
>>> table = pa.Table.from_pydict({"foo": [float("nan")]})
>>> table.equals(table)
True
```
…
-
https://godbolt.org/z/Ea5ccfebr
```c
#include
float foo(float x) {
return expf(x);
}
```
Clang 17.0.1 `-O3 -ffast-math`:
```asm
foo:
push rax
call expf@PLT
…
-
See the screenshot. The hover position contains a non-zero z value in a 2D view.
**To Reproduce**
Log a Points2D with hundreds points, and hover on them.
```
def _logScatter(samples: List[floa…
-
```
Consider the following list of numbers:
In [2]: vals = [2, 2.0, 2j, 2.0j, 2+2j, 2.0+2.0j, 2.0+2j, 2+2.0j]
some are integers ("numbers w/o a ."), some floats ("numbers w/ a .") and some mixed.
No…
-
To get codegen to use float types AND float functions in c I had to do the following:
```python
from sympy.utilities.codegen import codegen, get_code_generator, default_datatypes
from sympy.codeg…