BUG: Fix pocketfft umath strides for powerpc compatibility by barracuda156 · Pull Request #29768 · numpy/numpy

added 2 commits

September 20, 2025 02:48

mhvk

@seberg

@seberg seberg changed the title _pocketfft_umath.cpp: fix types BUG: Fix pocketfft umath strides for AIX compatibility

Sep 22, 2025

@seberg seberg changed the title BUG: Fix pocketfft umath strides for AIX compatibility BUG: Fix pocketfft umath strides for powerpc compatibility

Sep 22, 2025

charris pushed a commit to charris/numpy that referenced this pull request

Sep 23, 2025
* _pocketfft_umath.cpp: fix types

Fixes: numpy#29758
Credits to @seberg

* _pocketfft_umath.cpp: fix unused variable warning

* Move npts_in calculation into #ifndef

---------

Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>

charris added a commit that referenced this pull request

Sep 23, 2025
BUG: Fix pocketfft umath strides for AIX compatibility (#29768)

IndifferentArea pushed a commit to IndifferentArea/numpy that referenced this pull request

Dec 7, 2025
* _pocketfft_umath.cpp: fix types

Fixes: numpy#29758
Credits to @seberg

* _pocketfft_umath.cpp: fix unused variable warning

* Move npts_in calculation into #ifndef

---------

Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>