From cd68b73f1467c96a6975fbd314ddb529b803e4fc Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Wed, 24 Jun 2020 21:58:09 +0900 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e21daa58..42736386 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Feature flags - `system`: use system's libfftw3 (experimental) - You must install FFTW to your system before building this crate - For Linux system, e.g. Ubuntu or Debian, please run `apt install libfftw3-dev` - - For macOS, please run `brew install fftw` by using [homebrew](https://github.com/Homebrew/brew) - - For Windows, this feature is not tested. + - For macOS, please run `brew install fftw` by using [homebrew](https://github.com/Homebrew/brew) + - For Windows, this feature is supported - `intel-mkl` use Intel MKL backend through [intel-mkl-src](https://github.com/termoshtt/rust-intel-mkl) - - Linux, macOS, and Windows are supported + - Linux and Windows are supported |Feature | Linux | Windows | macOS | |:--------|:-----:|:-------:|:-----:|