summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-02 21:18:37 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-02 21:18:37 +0100
commit69ed46c8da69ee18338eca5102ead43410cc01b5 (patch)
tree575c4eef2a3210117a574f25f81662c503ec207d /README.md
parentae66782eabc574a507b8cfe2b83f2df23b1a36c1 (diff)
Implemented the XHAD Hadamard product routine
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fc6044d..f05889bb 100644
--- a/README.md
+++ b/README.md
@@ -319,6 +319,7 @@ In addition, some extra non-BLAS routines are also supported by CLBlast, classif
| IxAMIN | ✔ | ✔ | ✔ | ✔ | ✔ |
| IxMAX | ✔ | ✔ | ✔ | ✔ | ✔ |
| IxMIN | ✔ | ✔ | ✔ | ✔ | ✔ |
+| xHAD | ✔ | ✔ | ✔ | ✔ | ✔ | (Hadamard product)
| xOMATCOPY | ✔ | ✔ | ✔ | ✔ | ✔ |
| xIM2COL | ✔ | ✔ | ✔ | ✔ | ✔ |