(no commit message)
authorlkcl <lkcl@web>
Sat, 20 Mar 2021 09:39:37 +0000 (09:39 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 20 Mar 2021 09:39:37 +0000 (09:39 +0000)
openpower/sv/av_opcodes.mdwn

index cb264e10d95013426b6963b1ac3f62865bbd3232..b8fed4e21b88500b51543196ba892eedbb4fceae 100644 (file)
@@ -22,7 +22,7 @@ In-advance, the summary of base scalar operations that need to be added is:
 | signed max   | result = (src1 > src2) ? src1 : src2  |
 | bitwise sel  | (a ? b : c) - use bitmanip ternary |
 
-All other capabilities (saturate in particular) are achieved with [[sv/svp64]] modes and swizzle.
+All other capabilities (saturate in particular) are achieved with [[sv/svp64]] modes and swizzle.  Note that unsigned integer minmax is added in bitmanip.
 
 # Audio