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>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
commit3ac9b47cd2fd33fa8cd10351a60dc64dd71988c3
treebf25133da97879b6378d0feb5ead74ab44f25b69
parent2cbb969359c53301dfca8e779e35a970174eeb7e
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