Add support for cacheless PIM

This commit is contained in:
2023-12-11 18:52:02 +01:00
parent 71c766736a
commit beaa224252
5 changed files with 77 additions and 39 deletions

View File

@@ -6,6 +6,9 @@ version = "0.1.0"
edition = "2021"
forced-target = "aarch64-unknown-none"
[features]
cacheless = []
[dependencies]
aarch64-cpu = "9.4.0"
half = { version = "2.3.1", default-features = false }