From 8d561986c0b44c1f9b489b30b661354cf456eac5 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 16 Dec 2013 20:03:04 +0530 Subject: Minor code cleanup in s_sin.c - Remove redundant mynumber union definitions - Clean up a clumsy ternary operator - Rename TAYLOR_SINCOS to TAYLOR_SIN since we're only expanding the sin Taylor series in it. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7543682814..78ee4fbe8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-12-16 Siddhesh Poyarekar + + * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to + TAYLOR_SIN. + (__sin): Adjust. + (__cos): Likewise. + (sloww): Use mynumber union. Expand ternary operator into + if-else statements. + (cslow): use mynumber union. + 2013-12-16 Allan McRae * configure.ac: Set AUTOCONF when maintainer-mode is not used. -- cgit 1.4.1