qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding
Date: Tue, 12 Apr 2011 13:56:39 +0100

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 already.

Peter Maydell (2):
  softfloat: Add setter function for tininess detection mode
  target-arm: Detect tininess before rounding for FP operations

 fpu/softfloat.h     |    4 ++++
 target-arm/helper.c |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]