Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | libm: enable log2f and exp2f | Aurelien Jacobs | 2010-02-04 | 1 | -1/+3 |
| | | | | | Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -2/+6 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts" | Bernhard Reutner-Fischer | 2009-11-14 | 1 | -0/+5 |
| | | | | | | | | This reverts commit 73d6e5c41b61633e22ea74e3aa2df721512dca57. barking up the wrong tree Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts | Bernhard Reutner-Fischer | 2009-11-14 | 1 | -5/+0 |
| | | | | | | | alias l to their normal double counterparts. Works around problems with libgcc blindly calling __finitel on e.g. ppc32 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | 2009-02-17 | 1 | -17/+120 |
| | | | | | | | | | | | | | | | so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes. | ||||
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -2/+2 |
| | | | | | *: fix everything which prevents above from building | ||||
* | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | 2009-02-09 | 1 | -1/+1 |
| | | | | | | remove wrong casts to long double of long return values. remove lots of empty lines. | ||||
* | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 1 | -2/+3 |
| | |||||
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 1 | -1/+1 |
| | | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures). | ||||
* | libm_sh: fix libm build for sh | Carmelo Amoroso | 2009-01-14 | 1 | -3/+0 |
| | | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | libm: remove scalbln implementation, it seems to be less correct than scalbn. | Denis Vlasenko | 2009-01-03 | 1 | -2/+1 |
| | | | | | | | | | | instead, either alias scalbln to scalbn if int == long on this arch, or just call scalbn form scalbln. text data bss dec hex filename - 45297 180 4 45481 b1a9 lib/libm.so + 44969 180 4 45153 b061 lib/libm.so | ||||
* | libm/*: delete many incarnations of logarithmic gamma function, | Denis Vlasenko | 2008-12-29 | 1 | -5/+4 |
| | | | | | | | | | aliasing them instead af appropriate. Also alias drem to remainder. text data bss dec hex filename - 43568 176 4 43748 aae4 lib/libm.so + 43444 176 4 43624 aa68 lib/libm.so | ||||
* | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | 2008-12-28 | 1 | -10/+9 |
| | | | | | | | | | 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 | ||||
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -16/+23 |
| | | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper | ||||
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -2/+2 |
| | |||||
* | - implement log2() | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -2/+28 |
| | |||||
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -2/+3 |
| | | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | ||||
* | - add some more math functions (patch from gentoo/solar) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+3 |
| | |||||
* | - add __ieee754_log2() | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | - remove files that are not either LGPL or Public Domain. | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -12/+5 |
| | | | | | | | | | - pull replacement funcs for fpmacros.c from glibc This removes the powerpc/classic implementation which did not state any license but read: Copyright © 1991 Apple Computer, Inc. All rights reserved. and thus was dubious (and not needed). | ||||
* | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -3/+0 |
| | |||||
* | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -2/+2 |
| | | | | | | - tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few This fixes the spurious rebuilds bernd and vda were seeing with libpthreads. | ||||
* | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
| | | | | | | | | | libc when one of the source files changes. Since there are more places which want to depend on $(libc), fix them all to use a new variable $(libc.depend), which contains the filename for which we have a rule. | ||||
* | - use libm_DIR and libm_OUT | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -9/+8 |
| | |||||
* | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit ↵ | Mike Frysinger | 2007-12-08 | 1 | -2/+2 |
| | | | | infinite loops when it generates builtins+trunc() substitutes | ||||
* | remove __* symbols and enable llrintf() | Mike Frysinger | 2007-04-12 | 1 | -1/+1 |
| | |||||
* | import llrint() from glibc | Mike Frysinger | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | implement carg | Mike Frysinger | 2007-04-02 | 1 | -2/+2 |
| | |||||
* | From Steve Papacharalambous: | Joakim Tjernlund | 2007-03-31 | 1 | -0/+21 |
| | | | | Add math support for PowerPC e500. | ||||
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | grab s_lrint from glibc for C99 | Mike Frysinger | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | rename generic variables to avoid conflict with libc subdirs | Mike Frysinger | 2006-02-25 | 1 | -4/+4 |
| | |||||
* | we use _GNU_SOURCE for all of uClibc now | Mike Frysinger | 2006-02-18 | 1 | -1/+0 |
| | |||||
* | add infrastructure for fenv | Mike Frysinger | 2006-02-18 | 1 | -1/+5 |
| | |||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -2/+2 |
| | | | | linuxthreads[_db] as well, don't try on slow box | ||||
* | Do not default to _POSIX_MODE | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Use libm_ARCH_DIR and cleanup all possible archs | Peter S. Mazinger | 2006-01-20 | 1 | -2/+2 |
| | |||||
* | move some generic arch rules up a level to remove duplication | Mike Frysinger | 2006-01-20 | 1 | -1/+4 |
| | |||||
* | no need for libm_DEF | Peter S. Mazinger | 2006-01-19 | 1 | -2/+1 |
| | |||||
* | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | 2006-01-19 | 1 | -17/+20 |
| | |||||
* | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵ | Mike Frysinger | 2006-01-18 | 1 | -2/+2 |
| | | | | namespace | ||||
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -8/+10 |
| | | | | only headers | ||||
* | rework depends and stripping so that libraries arent rebuilt all the time in ↵ | Mike Frysinger | 2005-11-22 | 1 | -2/+4 |
| | | | | a loop | ||||
* | Add info to CFLAGS about lib we are building | Peter S. Mazinger | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -35/+58 |
| | | | | foreign objects to a lib |