speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / divmod.py
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier comments rather than using...
2020-12-04 Luke Kenneth Casso... add grant links, and record of funding under #538
2020-10-07 Jacob Lifshayadd overflow detection to DIVS
2020-10-07 Jacob Lifshayformat code
2020-08-26 Luke Kenneth Casso... sorting out div/mod routines, bug in simulator
2020-07-10 Luke Kenneth Casso... rename trunc_div/rem to trunc_divs
2020-07-09 Luke Kenneth Casso... cheat in trunch_rem, truncate result of multiply
2020-07-09 Luke Kenneth Casso... whoops trunc_div returning neg/neg result rather than...
2020-06-19 Luke Kenneth Casso... add trunc_div and trunc_rem functions