(no commit message)
authorlkcl <lkcl@web>
Sat, 26 Dec 2020 18:00:42 +0000 (18:00 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 26 Dec 2020 18:00:42 +0000 (18:00 +0000)
openpower/sv/av_opcodes.mdwn

index 0318dc6166b644934c93acd91d3064c5072e40b1..ce40f4d954a022c718186db973497f6927d7f590 100644 (file)
@@ -97,7 +97,7 @@ See [[sv/mv.vec]] and [[sv/mv.swizzle]]
 
 The spec says the max relative inaccuracy is 1/4096.
 
-*These could be done by assigning meaning to the "sat mode" SVP64 bits in a FP context. 0b00 is IEEE754 FP, 0b01 is 2^12 accuracy for FP32. These can be applied to standard scalar FP ops*
+*In conjunction with the FPSPR "accuracy" bit These could be done by assigning meaning to the "sat mode" SVP64 bits in a FP context. 0b00 is IEEE754 FP, 0b01 is 2^12 accuracy for FP32. These can be applied to standard scalar FP ops*
 
 ## vec_madd(s) - FMA, multiply-add, optionally saturated