You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The framework requires the following external libraries:
19
19
* Any library (or libraries) conforming to the [CBLAS](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms#Implementations) and [LAPACK](https://en.wikipedia.org/wiki/LAPACK) standards
20
20
* (**Optional**) Intel's [Integrated Performance Primitives (IPP)](https://software.intel.com/content/www/us/en/develop/tools/integrated-performance-primitives.html) for the FFT and/or resampler
21
21
* (**Optional**) [FFTW](https://www.fftw.org/) for the FFT
22
-
* (**Optional**) a SSE, AVX, AVX-512 supporting CPU
22
+
* (**Optional**) [netCDF](https://www.unidata.ucar.edu/software/netcdf) for loading very large SOFA files
23
23
24
24
In order to inform SAF which CBLAS/LAPACK supporting library/libraries you have linked to your project, simply add **one** of the following global pre-processor definitions:
25
25
```
@@ -62,6 +62,7 @@ The framework can be configured further with the following options:
62
62
SAF_USE_INTEL_IPP # To use Intel IPP for performing the DFT/FFTs and resampling
63
63
SAF_USE_FFTW # To use the FFTW library for performing the DFT/FFTs
64
64
SAF_ENABLE_SIMD # To enable SIMD (SSE3, AVX2 and/or AVX512) intrinsics for certain vector operations
65
+
SAF_ENABLE_NETCDF # To enable the option to load SOFA files using netcdf (rather than libmysofa). Required for very large SOFA files.
0 commit comments