switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / part_cmp / eq_gt_ge.py
2020-02-10 Michael NolanFix flake8 errors in part_cmp/
2020-02-07 Luke Kenneth Casso... update docstring and copyright notice
2020-02-07 Luke Kenneth Casso... grr correct syntax for assert
2020-02-07 Michael Nolanmodify reorder_bits to copy the MSB of the partition...
2020-02-07 Luke Kenneth Casso... whoops syntax error
2020-02-07 Luke Kenneth Casso... use assert not raise ValueError
2020-02-07 Luke Kenneth Casso... ripple of LSB from compare-operations, successful
2020-02-07 Luke Kenneth Casso... add first (untested) version of ripple-LSB
2020-02-05 Michael NolanFix order of results from PartitionedEqGtGe
2020-02-05 Michael Nolanmove gt_combiner out of experiments/
2020-02-05 Luke Kenneth Casso... add extra tests, find out whats going on with eq_gt_ge
2020-02-05 Luke Kenneth Casso... quick test shows eq_gt_ge.py returning output in revers...
2020-02-05 Luke Kenneth Casso... add constants for opcode, EQ/GT/GE, probably better...
2020-02-05 Luke Kenneth Casso... more whitespace
2020-02-05 Luke Kenneth Casso... whitespace
2020-02-05 Michael NolanAdd module to handle partitioned eq, gt, and ge comparisons