From: Jacob Lifshay Date: Wed, 17 May 2023 00:12:50 +0000 (-0700) Subject: duplicate overflow comment as requested by luke X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87e2c6cb1bdff9727177e81123037ef7574ad2fe;p=libreriscv.git duplicate overflow comment as requested by luke https://libre-soc.org/irclog/%23libre-soc.2023-05-16.log.html#t2023-05-16T08:54:24 --- diff --git a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn index 8afc3c65a..a97c70a07 100644 --- a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn +++ b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn @@ -553,7 +553,7 @@ Section 7.1 of the ECMAScript / JavaScript default: # Unsigned 64-bit result_bfp <- bfp_CONVERT_FROM_UI64(result) - overflow <- 0 + overflow <- 0 # signals SO only when OE = 1 if IsNaN(src) | ¬bfp_COMPARE_EQ(rnd, result_bfp) then overflow <- 1 # signals SO only when OE = 1 vxcvi_flag <- 1 @@ -717,7 +717,7 @@ Special Registers altered: default: # Unsigned 64-bit result_bfp <- bfp_CONVERT_FROM_UI64(result) - overflow <- 0 + overflow <- 0 # signals SO only when OE = 1 if IsNaN(src) | ¬bfp_COMPARE_EQ(rnd, result_bfp) then overflow <- 1 # signals SO only when OE = 1 vxcvi_flag <- 1