Commit 2e87aab
committed
Arm: Enable SVE intrinsics by default if compiler supports it
In #443 we added support for SVE and SVE2 feature detection. This was
initially disabled by default as there were no optimized implementations
using SVE at the time.
Now that we have quite a few SVE optimized functions, enable SVE by
default if the compiler supports it. SVE2 is left disabled by default
since there is still no code making use of it yet.
Benchmarking on a Neoverse V2 machine with LLVM 20, this improves
performance of a --preset=medium encoding by ~3.7% over the previous
default configuration.1 parent 629d4a0 commit 2e87aab
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments