On Fri, Mar 11, 2011 at 06:12:25PM +0000, Peter Maydell wrote: > Add min and max operations to softfloat. This allows us to implement > propagation of NaNs and handling of negative zero correctly (unlike > the approach of having target helper routines return one of the operands > based on the result of a comparison op).
Are these useful anyplace beside ARM? i.e. do they implement the correct AltiVec/VSX/SSE* (any others?) semantics? -Nathan