diff options
Diffstat (limited to 'math/fftw3/files/extrapatch-tests_fftw-bench.c')
-rw-r--r-- | math/fftw3/files/extrapatch-tests_fftw-bench.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftw3/files/extrapatch-tests_fftw-bench.c b/math/fftw3/files/extrapatch-tests_fftw-bench.c new file mode 100644 index 000000000000..4fc77df82dfe --- /dev/null +++ b/math/fftw3/files/extrapatch-tests_fftw-bench.c @@ -0,0 +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 +@@ -110,7 +110,6 @@ void rdwisdom(void) + if (threads_ok) { + BENCH_ASSERT(FFTW(init_threads)()); + FFTW(plan_with_nthreads)(nthreads); +- FFTW(make_planner_thread_safe)(); + #ifdef _OPENMP + omp_set_num_threads(nthreads); + #endif |