implement extadd simd operation

This commit is contained in:
Ilya Rezvov
2023-09-24 19:32:10 -06:00
parent ac2a326f18
commit 902819aee7
4 changed files with 36 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@ data IUnOp =
| INot
| IAbs
| INeg
| IExtAddPairwise {- Signed -} Bool
deriving (Show, Eq, Generic, NFData)
data IBinOp =