mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-26 07:40:31 +00:00
add compilation flags for ARM and gemm
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
[alias]
|
||||
xtask = "run --release --package xtask --"
|
||||
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-Ctarget-feature=+fp16,+fhm"
|
||||
]
|
||||
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
rustflags = [
|
||||
"-Ctarget-feature=+fp16,+fhm"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user