(no commit message)
authorlkcl <lkcl@web>
Tue, 6 Jun 2023 16:28:49 +0000 (17:28 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 6 Jun 2023 16:28:49 +0000 (17:28 +0100)
openpower/sv/bitmanip.mdwn

index 82155aad27b4a5d18410847fe0cc35c46e0bd225..5c84e83e5912844d771488ac875921f787accf40 100644 (file)
@@ -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;