bug 1183: correct comments from cut/paste
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Dec 2023 23:22:16 +0000 (23:22 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Dec 2023 23:22:16 +0000 (23:22 +0000)
src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py

index c371830cf7296741a6b58375794856ff6c95776d..87f950c6c8741f19fc4fbb704ab6461dfbaac226 100644 (file)
@@ -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: