mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
9 lines
224 B
TOML
9 lines
224 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "target-cpu=native"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "target-cpu=native"]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = ["-C", "target-feature=+simd128"]
|