add WIP powmod_256 -- asm test is currently disabled since divmod is too slow
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 6 Oct 2023 02:57:29 +0000 (19:57 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Nov 2023 07:55:28 +0000 (23:55 -0800)
commit7a3b4c87f7c088127f3d15b587c65f9ac6b4a453
tree970536ad2a42688e88a23d9ed93bc4efc84f856f
parentc840e3971976f8393549a06c9a89813a748d7e4f
add WIP powmod_256 -- asm test is currently disabled since divmod is too slow
src/openpower/decoder/isa/test_caller_svp64_powmod.py
src/openpower/test/bigint/powmod.py