summaryrefslogtreecommitdiff
path: root/math/fftw3/files/extrapatch-tests_fftw-bench.c
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2020-12-30 00:42:08 +0000
committerJason E. Hale <jhale@FreeBSD.org>2020-12-30 00:42:08 +0000
commitc03abf013bf0724e7c5b7c4c937b0da39b6580b4 (patch)
tree26d67eacbbd1dcf1713654e8db3c54dd087e8a27 /math/fftw3/files/extrapatch-tests_fftw-bench.c
parentRestrict to Java 8, since this doesn't compile with Java 11 (diff)
math/fftw3*: Update to 3.3.9
Changes: http://www.fftw.org/release-notes.html
Notes
Notes: svn path=/head/; revision=559634
Diffstat (limited to 'math/fftw3/files/extrapatch-tests_fftw-bench.c')
-rw-r--r--math/fftw3/files/extrapatch-tests_fftw-bench.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fftw3/files/extrapatch-tests_fftw-bench.c b/math/fftw3/files/extrapatch-tests_fftw-bench.c
index 4fc77df82dfe..fd6c909683f2 100644
--- a/math/fftw3/files/extrapatch-tests_fftw-bench.c
+++ b/math/fftw3/files/extrapatch-tests_fftw-bench.c
@@ -1,10 +1,11 @@
Fix regression tests when OPENMP option is enabled.
---- tests/fftw-bench.c.orig 2016-10-25 22:27:48 UTC
+--- tests/fftw-bench.c.orig 2020-12-10 12:02:44 UTC
+++ tests/fftw-bench.c
-@@ -110,7 +110,6 @@ void rdwisdom(void)
+@@ -125,8 +125,6 @@ void rdwisdom(void)
if (threads_ok) {
BENCH_ASSERT(FFTW(init_threads)());
FFTW(plan_with_nthreads)(nthreads);
+- BENCH_ASSERT(FFTW(planner_nthreads)() == nthreads);
- FFTW(make_planner_thread_safe)();
#ifdef _OPENMP
omp_set_num_threads(nthreads);