From 30bd4a6cc3a093fdb32db26ee8bc30cd7ef47622 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 28 Dec 2008 22:15:07 +0000 Subject: remove many functions which just call __ieee754_, define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so --- libm/w_log2.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 libm/w_log2.c (limited to 'libm/w_log2.c') diff --git a/libm/w_log2.c b/libm/w_log2.c deleted file mode 100644 index b5cc65952..000000000 --- a/libm/w_log2.c +++ /dev/null @@ -1,14 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * Copyright (C) 2008 by Bernhard Reutner-Fischer - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#include -#include "math_private.h" - -double log2(double d) -{ - return __ieee754_log2(d); -} -- cgit v1.2.3