File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ Note that the **saf_sofa_reader** module also requires [netCDF](https://www.unid
5555
5656The framework can be configured further, with the following options:
5757```
58- SAF_USE_INTEL_IPP # To use Intel IPP for the saf_utility_fft wrapper
59- SAF_ENABLE_SIMD # To enable (SSE/AVX/AVX512) intrinsics for certain functions (note: MKL/Accelerate are still favoured)
58+ SAF_USE_INTEL_IPP # To use Intel IPP for performing the DFT/FFT and signal/FIR filter resampling
59+ SAF_USE_FFTW # To use the FFTW library for performing the DFT/FFT
60+ SAF_ENABLE_SIMD # To enable (SSE/AVX/AVX512) intrinsics for vector-vector operations (note: MKL/Accelerate are still favoured)
6061```
6162
6263# Using the framework
You can’t perform that action at this time.
0 commit comments