summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-10-13 17:43:51 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-10-13 17:43:51 +0200
commit8676b621783ad64b72eeed071048490cd4252574 (patch)
treed65715a8f91fb1ef70e4fc8484fa653acede9f9f /doc
parente47b8f7f6222b28f0b44264bab5d18ac0dfa0251 (diff)
Updated the documentation for GEMV tuning
Diffstat (limited to 'doc')
-rw-r--r--doc/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index 3117ffad..6243d135 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -201,7 +201,7 @@ These two functions require/retrieve the parameters as given in [src/database/ke
| --------------------|-----------------------|
| Xaxpy | VW, WGS, WPT |
| Xdot | WGS1, WGS2 |
-| Xgemv | WGS1, WPT1, UNROLL1 |
+| Xgemv | WGS1, WPT1 |
| XgemvFast | VW2, WGS2, WPT2 |
| XgemvFastRot | VW3, WGS3, WPT3 |
| Xger | WGS1, WGS2, WPT |