rename divmod algorithm -> divmod_shift_sub in prep for adding divmod based on Knuth...
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 6 Oct 2023 22:21:07 +0000 (15:21 -0700)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 Dec 2023 17:51:21 +0000 (17:51 +0000)
commit77e9631d7b9c8687a14ac9b94584aef3693e0eb9
treedc1f7260ff59e312611ba396caa77399c56faf53
parentbbf0a78b962c1a337956df9702a0058cd77bfc3f
rename divmod algorithm -> divmod_shift_sub in prep for adding divmod based on Knuth's Algorithm D
src/openpower/decoder/isa/test_caller_svp64_powmod.py
src/openpower/test/bigint/powmod.py