On Wed, Apr 20, 2011 at 01:04:48PM +0100, Peter Maydell wrote: > I need to add ARM support for fused multiply-accumulate (vfma,vfms), > so perhaps in the long run it would be better to make them softfloat > primitives? (they are after all in the new IEEE spec, so they're in > softfloat's domain in some sense.) That would move the 'propagate one > of 3 NaNs' logic into softfloat.
+1 to implementing fma in softfloat. -Nathan