[package]
edition = "2021"
name = "amx-sys"
version = "0.0.3"
authors = ["AMX Project"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level AMX (Apple Matrix eXtensions) inline assembly — exact mirror of aarch64.h"
readme = "README.md"
keywords = [
"amx",
"matrix",
"acceleration",
"arm",
"simd",
]
categories = [
"no-std",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eugenehp/amx-rs"
[lib]
name = "amx_sys"
path = "src/lib.rs"
[[bench]]
name = "amx_bench"
path = "benches/amx_bench.rs"
harness = false
[dependencies]
[dev-dependencies]
[build-dependencies.cc]
version = "1"