Requirements
As far as possible the ALU should be able to reuse integer machinery in implementation of f.p.
Eg, comparison with zero
- easy because of sign bit
- fp numbers can be easily classified as negative, zero or positive without additional hardware.
Comparison of two fp numbers x<y not so straightforward -
- how are negative exponents to be formed?