seeker_123
Member level 2
- Joined
- Apr 8, 2013
- Messages
- 53
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Bangalore
- Activity points
- 1,731
Hii
I want to compare two floating point IEEE754 numbers
For this which is efficient hardware design
one with normal comparator like ( just comparing sign, exponent, mantissa of both operands with < == > sign )
or with subtraction method ( operand1 - operand2 depends on result one can decide which is greater or smaller or both are equal )
thanks
I want to compare two floating point IEEE754 numbers
For this which is efficient hardware design
one with normal comparator like ( just comparing sign, exponent, mantissa of both operands with < == > sign )
or with subtraction method ( operand1 - operand2 depends on result one can decide which is greater or smaller or both are equal )
thanks