We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d26c8e commit e06ee2aCopy full SHA for e06ee2a
CHANGELOG
@@ -1,6 +1,7 @@
1
List of features / changes made / release notes, in reverse chronological order
2
3
-* new demo example/threadsafe1d1.cpp, needs FFTW>=3.3.6 (Issue #183).
+* finufft_plan now thread-safe (if nthr=1, -DFFTW_PLAN_SAFE, via omp lock).
4
+* new demos: example/threadsafe*.cpp, needs FFTW>=3.3.6 (Issue #183, #72)
5
* fixed bug in checkbounds that falsely reported NU pt as invalid if 1 ULP
6
below +pi, for certain N values only (Issue #181).
7
* GH workflows continuous integration (CI) in four setups (linux, osx, mingw)
0 commit comments