> On Sep 17, 2018, at 1:52 PM, Peter Maydell <[email protected]> wrote: > > On 17 September 2018 at 18:48, Programmingkid <[email protected]> > wrote: >> What I hope to do is implement a PowerPC CPU flag that indicates if an >> rounded result is inexact. > > How is this different from the float_flag_inexact flag that softfloat already > supports ?
Sorry I meant to say if a rounded result is different from the intermediate result. This is what the FPSCR[FR] flag indicates on the PowerPC. Thank you.
