diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-10 17:41:34 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-10 17:41:34 +0000 |
commit | c440f10c78171475c611c1ef978bef0315e0d403 (patch) | |
tree | 9795bfe74ba3cbef36416c1f3acffe5e39590380 |
Initial commit.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.org | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..171a389 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.agdai diff --git a/README.org b/README.org new file mode 100644 index 0000000..0d581f6 --- /dev/null +++ b/README.org @@ -0,0 +1,3 @@ +* Semantics of Helium instructions in Agda + +Semantics of the [[https://www.arm.com/why-arm/technologies/helium][M-Profile Vector Extension (MVE)]] written in Agda. |