projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd7dc53
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 25 Dec 2020 18:09:15 +0000
(18:09 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 25 Dec 2020 18:09:15 +0000
(18:09 +0000)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index df226fc32c2897e2ee54174f6a42c5142b2e5a71..8abc10b6cd26ec892a834dc73be46c0d4837ee62 100644
(file)
--- a/
openpower/sv/overview.mdwn
+++ b/
openpower/sv/overview.mdwn
@@
-495,7
+495,6
@@
This is called "fail-on-first". Here is strncpy, illustrated from RVV:
c.sub a2, a2, t1 # Decrement count.
c.add a3, a3, t1 # Bump dst pointer
c.bnez a2, loop # Anymore?
-
exit:
c.ret