projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9498af2
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 9 Jun 2022 09:58:41 +0000
(10:58 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 9 Jun 2022 09:58:41 +0000
(10:58 +0100)
openpower/sv/svp64_quirks.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/svp64_quirks.mdwn
b/openpower/sv/svp64_quirks.mdwn
index 36b56042dffdabe1594e724d431702d59499688f..0b967f36600e0a6fa1717d347d5069fe144e71ba 100644
(file)
--- a/
openpower/sv/svp64_quirks.mdwn
+++ b/
openpower/sv/svp64_quirks.mdwn
@@
-375,7
+375,8
@@
combined with the hard requirement to respect full Register Hazard
Management as if element instructions were actual Scalar instructions,
the addition of a Vector permute instruction under these strict
conditions would result in a catastrophic
-reduction in performance.
+reduction in performance, due to having to consider Read-after-Write
+and Write-after-Read Hazards *at the element level*.
A little leniency and rule-bending is therefore required.