Revert: libm: Add a proper sincos() implementation

    Add a proper sincos() implementation that unifies the common
    calculations for sin and cos instead of running them twice.

    This should cause a speedup even in code not using that
    (fairly uncommon) function because gcc can optimize separate
    sin() and cos() calls into sincos() calls.

Change-Id: I51aa2c1c05ba792c19810d01b2de4ee1d1188dcb
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
1 file changed