-
Is it possible to convert a bigfloat number into its underlying byte pattern? I'm trying to convert to/from quad precision numbers between fortran/python (with bigfloat storing things python side) and…
-
`SparseIR` is now super-fast to load. However, it does take quite long to precompile.
I don't understand why this should be, since we mostly do bog-standard linear algebra ... or is the quad-precis…
-
From [this comment](https://github.com/ptitSeb/box64/issues/242#issuecomment-1052656727) by @ptitSeb :
> SSE/SSE2 instruction are converted t the underling SIMD instruction. Same for x87 that are c…
-
Some of our users would love to store all their movements/tracks in OM. Storing recent/recorded track data in the compact format will not only save space for year-long trips but also can be loaded/pro…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### What part of EdgeTX is the focus of this bug?
Transmitter firmware
### Current Behavior
After upgrad…
-
Parts of the Python code use a problematic numpy dtype (`numpy.float128`). The primary issue is that this simply isn't available on ARM Macs (while it hasn't been tested, I strongly suspect this will…
-
### Reproducing code example:
```python
import numpy as np
np.exp(8j * np.arctan(np.array(1, dtype=np.float16))).imag
np.exp…
-
The EXPECT_NEAR and ASSERT_NEAR macros expect double parameters, which potentially means loss of precision or for types with greater accuracy than double, or compile errors for types not implicitly co…
-
![image](https://github.com/user-attachments/assets/2c794f44-c2f6-4f3b-b7db-12b159ad0ae4)
Getting this weird flickering line artifact on my sprite's edge after I rotate it.
I can't seem to figu…
-
I tried to convert the code from double precision to quadruple precision, and the code compiles well. However, while execution, it fails to read nets3 and nets4 files. Is there a proper way to read/wr…