Thank you for the suggestion. For the added note, did you want specific places listed? If so please let me know these places.
Thank you. On Tue, May 21, 2019 at 11:30 PM Richard Henderson < [email protected]> wrote: > On 5/21/19 8:06 PM, John Arbuckle wrote: > > Implement the PowerPC floating point status and control register flag > Fraction Rounded. > > > > Signed-off-by: John Arbuckle <[email protected]> > > --- > > fpu/softfloat.c | 15 ++++++++++++--- > > include/fpu/softfloat-types.h | 1 + > > target/ppc/fpu_helper.c | 4 ++++ > > 3 files changed, 17 insertions(+), 3 deletions(-) > > Please split the target/ppc part away from the softfloat part. > > Also, we should note that there are more places within softfloat that need > to > be adjusted so that float_float_rounded is fully supported. > > > r~ >
