« Previous | Next » 

Revision 369be8f6

ID369be8f618ac145d2421ea4bfff86ee774ad618c

Added by Peter Maydell over 12 years ago

softfloat: Implement fused multiply-add

Implement fused multiply-add as a softfloat primitive. This implements
"a+b*c" as a single step without any intermediate rounding; it is
specified in IEEE 754-2008 and implemented in a number of CPUs.

Signed-off-by: Peter Maydell <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences