On Tue, Apr 12, 2011 at 01:56:39PM +0100, Peter Maydell wrote:
> Softfloat supports two kinds of FP tininess detection: before and
> after rounding (corresponding to the two behaviours permitted by
> IEEE754). The ARM architecture mandates detection before rounding,
> so set the flag appropriately.
Softfloat supports two kinds of FP tininess detection: before and
after rounding (corresponding to the two behaviours permitted by
IEEE754). The ARM architecture mandates detection before rounding,
so set the flag appropriately. I had to add a setter function
for this, since there wasn't one alread