Skip to content

Commit 083c037

Browse files
committed
Patch HWCAP2_SVE2
1 parent 89fd9c8 commit 083c037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
#define HWCAP2_SME (1 << 23)
1717
#endif
1818

19+
#ifndef HWCAP2_SVE2
20+
#define HWCAP2_SVE2 0
21+
#endif
22+
1923
struct aarch64_features {
2024
// has_neon not needed, aarch64 has NEON guaranteed
2125
bool has_dotprod = false;

0 commit comments

Comments
 (0)