We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76a02c commit 16f8597Copy full SHA for 16f8597
README.md
@@ -32,7 +32,7 @@ This library is built with the goal of empowering projects that require both spe
32
> **Recommended:** build and use with **LLVM/Clang** for maximum performance.
33
34
### Core Dependencies
35
-- **C++17/20 compiler** with `AVX2` / `FMA` support
+- **C++17/20 compiler** with `AVX2` / `FMA` or `ARM Neon` support
36
→ `AVX512` is automatically detected and enabled if available
37
→ Recommended: **Clang ≥ 17** or **LLVM ≥ 20**
38
- **OpenMP** (`fopenmp`)
0 commit comments