Niklas Z
Niklas Z
Can confirm the issue on M4 Macbook Pro MacOS Version: Sequoia 15.6.1 with the Nextcloud Desktop Client 3.16.6 > Disabling and re-enabling, however, causes some/all unsynced files to get deleted,...
**Would it alternatively be possible to "force" the use of the CPU's FMA-instruction** (or maybe an emulation if it is not natively available)? I tried to use the `fastmath`-keyword of...
@clairvoyante I don't know if it's still relevant for you, but if only need to use `fma` and don't care whether it is the `math.fma`-equivalent, I've found the following to...
The above implementation also works on Python versions before 3.13 (introduced `math.fma`). I ran my examples with Python 3.9. As long as `llvmlite` v0.25, that introduced the IR for `fma`,...