diff --git a/README.Rmd b/README.Rmd index b96f0bc..61e7bba 100644 --- a/README.Rmd +++ b/README.Rmd @@ -30,9 +30,9 @@ See the original paper by Arts, L.P.A., van den Broek, E.L. The fast continuous ## System dependencies - R \>= 4.1 -- [fftw](https://www.fftw.org/) library (used by [fCWT](https://github.com/fastlib/fCWT)) +- [fftw](https://www.fftw.org/) library with [single-precision support](https://www.fftw.org/faq/section2.html#singleprec) enabled (used by [fCWT](https://github.com/fastlib/fCWT)) - Optional: a CPU/compiler supporting the [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) instruction set -- Optional: OpenMP +- Optional: OpenMP (and fftw built with [OpenMP support](https://www.fftw.org/doc/Usage-of-Multi_002dthreaded-FFTW.html)) - On Windows, OpenMP support is disabled since rtools decided to compile fftw without OpenMP support. - On Linux and MacOS the build scripts should automatically detect whether OpenMP support is available. diff --git a/README.md b/README.md index 770b67e..ad2073d 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,14 @@ noise-resistant time–frequency analysis. Nat Comput Sci 2, 47–58 (2022). ## System dependencies - R \>= 4.1 -- [fftw](https://www.fftw.org/) library (used by - [fCWT](https://github.com/fastlib/fCWT)) +- [fftw](https://www.fftw.org/) library with [single-precision + support](https://www.fftw.org/faq/section2.html#singleprec) enabled + (used by [fCWT](https://github.com/fastlib/fCWT)) - Optional: a CPU/compiler supporting the [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) instruction set -- Optional: OpenMP +- Optional: OpenMP (and fftw built with [OpenMP + support](https://www.fftw.org/doc/Usage-of-Multi_002dthreaded-FFTW.html)) - On Windows, OpenMP support is disabled since rtools decided to compile fftw without OpenMP support. - On Linux and MacOS the build scripts should automatically detect