Skip to content

Commit 7628430

Browse files
committed
updated README
1 parent 546ca82 commit 7628430

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ Note that the **saf_sofa_reader** module also requires [netCDF](https://www.unid
5555

5656
The 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

0 commit comments

Comments
 (0)