switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / fpcmp / fpcmp.py
2020-02-02 Michael NolanHandle -0 and +0 equals and <
2020-02-02 Michael NolanReplace If and Switch statements with muxes in fpcmp.py
2020-02-02 Michael NolanAdd FLT and FLE functionality to FPCMP
2020-02-02 Michael NolanHandle NaNs for FPCMP
2020-02-02 Michael NolanAdd feq functionality to fpcmp
2020-02-02 Michael NolanBegin adding FPCMP module (FEQ, FLT, FLE)