Changeset 18990 for trunk/psLib/src/fft/psFFT.c
- Timestamp:
- Aug 8, 2008, 4:52:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psFFT.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psFFT.c
r18956 r18990 9 9 #include "psFFT.h" 10 10 11 static int numThreads = 0; // Number of threads to use with FFTW12 13 11 bool psFFTThreads(int threads) 14 12 { 15 13 PS_ASSERT_INT_NONNEGATIVE(threads, false); 16 #ifdef HAVE_FFTW_THREADS 14 #if HAVE_FFTW_THREADS 15 static int numThreads = 0; // Number of threads to use with FFTW 17 16 if (threads > 0) { 18 17 if (numThreads == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
