From: Jacob Lifshay Date: Wed, 27 Sep 2023 00:23:59 +0000 (-0700) Subject: 256x256-bit mul no longer broken since bug #1161 was fixed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac56ffaa2566952086bd77e7934376222988a579;p=openpower-isa.git 256x256-bit mul no longer broken since bug #1161 was fixed --- diff --git a/src/openpower/test/bigint/powmod.py b/src/openpower/test/bigint/powmod.py index fa43ede5..67043948 100644 --- a/src/openpower/test/bigint/powmod.py +++ b/src/openpower/test/bigint/powmod.py @@ -17,7 +17,6 @@ from openpower.test.util import assemble from nmutil.sim_util import hash_256 -# broken -- blocked on https://bugs.libre-soc.org/show_bug.cgi?id=1161 MUL_256_X_256_TO_512_ASM = [ "mul_256_to_512:", # a is in r4-7, b is in r8-11