256x256-bit mul no longer broken since bug #1161 was fixed
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 27 Sep 2023 00:23:59 +0000 (17:23 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 27 Sep 2023 00:24:36 +0000 (17:24 -0700)
src/openpower/test/bigint/powmod.py

index fa43ede5bbb2639431dfa2092ac702988e5b5e7b..670439489ca9dd51a8faf02decbcb74ca08375f6 100644 (file)
@@ -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