From: Luke Kenneth Casson Leighton Date: Mon, 17 May 2021 15:05:07 +0000 (+0100) Subject: grr syntax incorrect, use <- operator not = X-Git-Tag: xlen-bcd~604 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a8a74f71d4275ab03254d8aa0c8b65a630e0054;p=openpower-isa.git grr syntax incorrect, use <- operator not = --- diff --git a/openpower/isafunctions/fpfromint.mdwn b/openpower/isafunctions/fpfromint.mdwn index a72669b8..7502e9f2 100644 --- a/openpower/isafunctions/fpfromint.mdwn +++ b/openpower/isafunctions/fpfromint.mdwn @@ -84,7 +84,7 @@ Convert From Integer instructions. frac[0:63] <- frac[1:63] || 0b0 exp <- exp - 1 # round to nearest - RN = 0b00 # TODO, FPSCR[RN] + RN <- 0b00 # TODO, FPSCR[RN] Round_Float( tgt_precision, sign, exp, frac, RN ) # TODO, FPSCR #if sign = 0 then FPSCR[FPRF] <- '+normal number'