commit | d0ddd4433e7617d82a17affbb89929cced220b75 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 21:42:13 2013 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 21:42:13 2013 +0530 |
tree | 19ef4ddcb5cf1c9ba36ffba72a6f587a6aeebd91 | |
parent | 5356b5875f4c8d13cea750e5f4124accef466f7f [diff] |
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>