hpkfft.com

Results 7 issues of hpkfft.com

My understanding is that the following should succeed because `a` references a writable array, and it does not matter that `a` itself is const qualified. I have immutable metadata, but...

The accuracy section of this standard states ``` The results of element-wise arithmetic operations ... for floating-point operands must return the nearest representable value according to IEEE 754-2019 and a...

Maintenance
Narrative Content

In accuracy.rst, correct rounding is required for add, sub, mul, and divide. I propose adding sqrt to this list. Note that sqrt is not listed later among the mathematical functions...

Maintenance
Needs Discussion

# Bug report ### Bug description: ```python Python 3.14.0b3 free-threading build (main, .... >>> import sys >> sys.version '3.14.0b3 free-threading build (main, .... ``` @rgommers advised that https://github.com/python/steering-council/issues/221#issuecomment-1841593283 decision was...

type-bug
topic-free-threading

Using C++ compiler `clang++-18` to compile an OpenMP program, the file `omp.h` is not found. The file can be found in the directory `/usr/lib64/clang/15.0.7/include/` The OS is Amazon Linux 2023...

Please consider this PR, which adds a variant of the complex dispatcher that applies when no overloads have kwargs and all overloads have 8 or fewer arguments. When binding an...