From ac56ffaa2566952086bd77e7934376222988a579 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 26 Sep 2023 17:23:59 -0700 Subject: [PATCH] 256x256-bit mul no longer broken since bug #1161 was fixed --- src/openpower/test/bigint/powmod.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2