README.md: Correctly capitalize simd option

This commit is contained in:
Martin
2025-07-31 17:06:56 +02:00
parent 203dbd4eff
commit 6f8bc97c82

View File

@ -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