(no commit message)
authorlkcl <lkcl@web>
Thu, 10 Dec 2020 03:13:38 +0000 (03:13 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 10 Dec 2020 03:13:38 +0000 (03:13 +0000)
openpower/sv/svp_rewrite/svp64/discussion.mdwn

index 17323696798e3065230d597eb7b763bc43e373ad..92df77ca8d83bfa6369ee57a76b77f919a006a8d 100644 (file)
@@ -48,7 +48,7 @@ For 2 op (dest/src1/src2) the tag may be 3 bits: total 9 bits.  for 3 op (dest/s
 
 # Notes about rounding, clamp and saturate
 
-One of the issues with vector ops is that in integer DSP ops for example in Audio the operation must clamp or saturate rather than overflow or ignore the upper bits and become a modulo operation.  This for Audio is extremely important, also to provide an indicator as to whether saturation occurred.
+One of the issues with vector ops is that in integer DSP ops for example in Audio the operation must clamp or saturate rather than overflow or ignore the upper bits and become a modulo operation.  This for Audio is extremely important, also to provide an indicator as to whether saturation occurred.  see  [[av_opcodes]].
 
 If there are spare bits it would be very good to look at using some of thrm to specify the mide, because otherwise a SPR has to be used which will need to be set and unset.  This can get costly.