Simple hello world

This commit is contained in:
2023-10-28 16:46:38 +02:00
commit a179a01270
7 changed files with 98 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "aarch64"
version = "0.1.0"
edition = "2021"
[dependencies]
aarch64-cpu = "9.4.0"
half = { version = "2.3.1", default-features = false }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"