From fd084e7d21de26d525df09799cbd7d0c13887e3e Mon Sep 17 00:00:00 2001 From: Evan <115374841+evanwporter@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:12:21 -0700 Subject: [PATCH] Tweaked wording in `README` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1138a0c..970ca4c 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Additional libraries required to build and test kissfft include: - python 2/3 with Numpy to validate kissfft results against it. - OpenMP supported by GCC, Clang or MSVC for multi-core FFT transformations -Environments like Cygwin and MinGW can be highly likely used to build kissfft -targeting Windows platform, but no tests were performed to the date. +While no tests have been performed to date, KISS FFT can likely be built using +environments like Cygwin and MinGW when targeting the Windows platform. Both Make and CMake builds are easily configurable: