projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d31f4f
)
clarify
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Jun 2018 02:17:11 +0000
(
03:17
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Jun 2018 02:17:11 +0000
(
03:17
+0100)
simple_v_extension.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension.mdwn
b/simple_v_extension.mdwn
index 8253d3c4b9d0ca63474638cf4f7cc89299df18c8..7719662007553b4716b53472221c8191e0e4a8a7 100644
(file)
--- a/
simple_v_extension.mdwn
+++ b/
simple_v_extension.mdwn
@@
-457,7
+457,7
@@
source1 and source2 are vector or scalar):
for (int i=0; i<vl; ++i)
if (!preg[rd].enabled)
continue;
- predidx = preg[rd].predidx;
+ predidx = preg[rd].predidx;
// the indirection takes place HERE
predicate = intregfile[rd];
if (preg[rd].inv)
predicate = ~predicate;