From: Jacob Lifshay Date: Thu, 20 Apr 2023 00:41:36 +0000 (-0700) Subject: fix fminmax special registers altered X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=938cf473641d45090671bafdd7d9add176f5fd4a;p=libreriscv.git fix fminmax special registers altered --- diff --git a/openpower/sv/rfc/ls013.mdwn b/openpower/sv/rfc/ls013.mdwn index 573d2cdfd..fe5c7ee8b 100644 --- a/openpower/sv/rfc/ls013.mdwn +++ b/openpower/sv/rfc/ls013.mdwn @@ -158,9 +158,7 @@ A-Form Special Registers altered: ``` - FPRF FR FI - FX OX UX XX - VXSNAN VXISI + FX VXSNAN CR1 (if Rc=1) ``` Compute the minimum/maximum of FRA and FRB, according to FMM, and store the @@ -186,9 +184,7 @@ A-Form Special Registers altered: ``` - FPRF FR FI - FX OX UX XX - VXSNAN VXISI + FX VXSNAN CR1 (if Rc=1) ```