@@ -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.