On 3/25/2014 1:06 PM, Peter Maydell wrote: > > Looking at this a little more closely, why aren't we > just using the _round_to_zero versions of the float > to int conversion softfloat functions? (This is how > we implement fctiwz vs fctiw, for instance.) > > thanks > -- PMM >
Fair question, Peter. I will recode, retest and resubmit. Also, I have found a rather pervasive problem with the VSX helper code when running on LE hosts and mixing load/store styles. The fix touches this same code, so I will re-publish this one as part of a series.