From: Luke Kenneth Casson Leighton Date: Fri, 15 Dec 2023 23:22:16 +0000 (+0000) Subject: bug 1183: correct comments from cut/paste X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fea91d54096e5981809ec808451c9029d4d50d1b;p=openpower-isa.git bug 1183: correct comments from cut/paste --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py index c371830c..87f950c6 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py +++ b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py @@ -35,8 +35,8 @@ def sv_cmpi(gpr, CR, vl, ra, si): return i # new VL -# example sv.cmpi/ff=lt 0, 1, *10, 5 -# see https://bugs.libre-soc.org/show_bug.cgi?id=1183#c3 +# example sv.minmax/ff=lt 0, 1, *10, 5 +# see https://bugs.libre-soc.org/show_bug.cgi?id=676 def sv_maxu(gpr, CR, vl, ra, rb, rt): i = 0 while i < vl: