projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3dbc4
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 6 Jun 2023 16:28:49 +0000
(17:28 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 6 Jun 2023 16:28:49 +0000
(17:28 +0100)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index 82155aad27b4a5d18410847fe0cc35c46e0bd225..5c84e83e5912844d771488ac875921f787accf40 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-192,6
+192,7
@@
X-Form
see [[openpower/sv/rfc/ls013]] for `MMM` definition and pseudo-code.
implements all of (and more):
+
```
uint_xlen_t mins(uint_xlen_t rs1, uint_xlen_t rs2)
{ return (int_xlen_t)rs1 < (int_xlen_t)rs2 ? rs1 : rs2;