On 30 April 2018 at 18:01, Laurent Vivier <[email protected]> wrote: > floatx80_sin() and floatx80_cos() are derived from one > sincos() function. They have both unused code coming from > their common origin. Remove it. > > Signed-off-by: Laurent Vivier <[email protected]> > --- > target/m68k/softfloat.c | 43 ++++++++++++++----------------------------- > 1 file changed, 14 insertions(+), 29 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
