Skip to content

Commit d2ae876

Browse files
committed
expose CPU extension features referenced in llama-cpp-sys-2's build.rs in Cargo.toml
1 parent 78de7a1 commit d2ae876

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ cc = { workspace = true, features = ["parallel"] }
5353
once_cell = "1.19.0"
5454

5555
[features]
56+
avx = []
57+
avx2 = []
58+
avx512 = []
59+
avx512_vmbi = []
60+
avx512_vnni = []
5661
cuda = []
62+
f16c = []
63+
fma = []
5764
metal = []
5865

0 commit comments

Comments
 (0)