From 6f8bc97c823a1612497dbec66246c7f05a4acae0 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 31 Jul 2025 17:06:56 +0200 Subject: [PATCH] README.md: Correctly capitalize simd option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1138a0c..6abc6af 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Both Make and CMake builds are easily configurable: - double - int16_t - int32_t - - SIMD (requires SSE instruction set support on target CPU) + - simd (requires SSE instruction set support on target CPU) - `KISSFFT_OPENMP=1` (for Make) or `-DKISSFFT_OPENMP=ON` (for CMake) builds kissfft with OpenMP support. Please note that a supported compiler is required and this