diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-20 19:01:00 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-20 19:01:00 +0000 |
commit | 12c389057d20ad58b77c6d2a6bf955f9500446c6 (patch) | |
tree | 33933a7f564389d961f47b0a7d2d5397fcb4c9e9 /src/Helium/Instructions.agda | |
parent | 22b2a854fa02fd8c79a1351066922c0ba2e0cf42 (diff) |
Define vsub.
Diffstat (limited to 'src/Helium/Instructions.agda')
-rw-r--r-- | src/Helium/Instructions.agda | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Helium/Instructions.agda b/src/Helium/Instructions.agda index 256f9c4..1fa2829 100644 --- a/src/Helium/Instructions.agda +++ b/src/Helium/Instructions.agda @@ -41,6 +41,8 @@ record VecOp₂ : Set where VAdd = VecOp₂ +VSub = VecOp₂ + record VHSub : Set where field op₂ : VecOp₂ |