summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2add9798..1d6e0bad 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ These graphs can be generated automatically on your own device. First, compile C
Supported routines
-------------
-CLBlast is in active development but already supports the majority of BLAS routines. The currently supported routines are marked with '✔' in the following tables:
+CLBlast is in active development but already supports almost all the BLAS routines. The currently supported routines are marked with '✔' in the following tables:
| Level-1 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------|
@@ -191,15 +191,15 @@ CLBlast is in active development but already supports the majority of BLAS routi
| xTRSV | | | | | |
| xTBSV | | | | | |
| xTPSV | | | | | |
-| xGER | | | - | - | |
-| xGERU | - | - | | | |
-| xGERC | - | - | | | |
-| xHER | - | - | | | |
-| xHPR | - | - | | | |
+| xGER | ✔ | ✔ | - | - | |
+| xGERU | - | - | ✔ | ✔ | |
+| xGERC | - | - | ✔ | ✔ | |
+| xHER | - | - | ✔ | ✔ | |
+| xHPR | - | - | ✔ | ✔ | |
| xHER2 | - | - | | | |
| xHPR2 | - | - | | | |
-| xSYR | | | - | - | |
-| xSPR | | | - | - | |
+| xSYR | ✔ | ✔ | - | - | |
+| xSPR | ✔ | ✔ | - | - | |
| xSYR2 | | | - | - | |
| xSPR2 | | | - | - | |