qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding
@ 2011-04-12 12:56 Peter Maydell
  2011-04-12 12:56 ` [Qemu-devel] [PATCH 1/2] softfloat: Add setter function for tininess detection mode Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2011-04-12 12:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-13  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 12:56 [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding Peter Maydell
2011-04-12 12:56 ` [Qemu-devel] [PATCH 1/2] softfloat: Add setter function for tininess detection mode Peter Maydell
2011-04-12 12:56 ` [Qemu-devel] [PATCH 2/2] target-arm: Detect tininess before rounding for FP operations Peter Maydell
2011-04-12 21:35 ` [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).