Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building | |||
2009-02-14 | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko | |
libm/s_nextafterf.c: use /* */ comments | |||
2009-02-13 | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer | |
2009-02-13 | - use existing __stringify macro | Bernhard Reutner-Fischer | |
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko | |
update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | |||
2009-02-09 | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | |
float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so | |||
2009-02-09 | Hand-optimize wrappers on i386: | Denis Vlasenko | |
-83 ec 10 sub $0x10,%esp -db 6c 24 14 fldt 0x14(%esp) -dd 5c 24 08 fstpl 0x8(%esp) -dd 44 24 08 fldl 0x8(%esp) -dd 1c 24 fstpl (%esp) -e8 fc ff ff ff call __GI_trunc -83 c4 10 add $0x10,%esp +db 6c 24 04 fldt 0x4(%esp) +dd 5c 24 04 fstpl 0x4(%esp) +e9 fc ff ff ff jmp __GI_trunc c3 ret text data bss dec hex filename - 42749 176 4 42929 a7b1 lib/libm-0.9.30-svn.so + 42085 176 4 42265 a519 lib/libm-0.9.30-svn.so | |||
2009-02-09 | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | |
remove wrong casts to long double of long return values. remove lots of empty lines. | |||
2009-02-08 | nextafterf: trying to correct FP exception handling | Denis Vlasenko | |
2009-02-06 | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko | |
2009-02-06 | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | |
This makes in possible to enable test/math (not it compiles, but has lots of test failures). | |||
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | |
test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | |||
2009-01-20 | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko | |
2009-01-14 | libm_sh: fix libm build for sh | Carmelo Amoroso | |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-01-14 | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso | |
and moved under a better folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-01-04 | forgot to remove one #endif... | Denis Vlasenko | |
2009-01-03 | libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches | Denis Vlasenko | |
libm/s_ldexp.c: add TODO | |||
2009-01-03 | fix small goof in last commit: should use "long" function (scalbln) | Denis Vlasenko | |
as a main one, not "int" one (scalbn). | |||
2009-01-03 | libm: remove scalbln implementation, it seems to be less correct than scalbn. | Denis Vlasenko | |
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 | |||
2008-12-29 | libm/e_lgamma_r.c: cosmetic whitespace fixes | Denis Vlasenko | |
2008-12-29 | libm/*: delete many incarnations of logarithmic gamma function, | Denis Vlasenko | |
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 | |||
2008-12-29 | libm/s_nearbyint.c: delete (forgot to do it in prev commit) | Denis Vlasenko | |
libm/*.c: minor style tweaks, no code changes | |||
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | |
- SUSv4_LEGACY part #1 (non-networking) | |||
2008-12-28 | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | |
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 | |||
2008-12-22 | libm/*: mass removal of: | Denis Vlasenko | |
1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump) | |||
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | |
math support - add rule to create preprocessor output for float- and long double math wrapper | |||
2008-12-13 | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | |
2008-12-13 | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | |
fix uclibc build if it is forcibly enabled | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-24 | - tidy up inline: | Bernhard Reutner-Fischer | |
ldso and syscalls are __always_inline (the latter would need more cleanup) | |||
2008-10-06 | - implement log2() | Bernhard Reutner-Fischer | |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | |
Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | |||
2008-09-25 | - add some more math functions (patch from gentoo/solar) | Bernhard Reutner-Fischer | |
2008-09-25 | - add __ieee754_log2() | Bernhard Reutner-Fischer | |
2008-09-25 | - fix typo | Bernhard Reutner-Fischer | |
2008-09-25 | - remove files that are not either LGPL or Public Domain. | Bernhard Reutner-Fischer | |
- 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). | |||
2008-09-06 | - fix indentation | Bernhard Reutner-Fischer | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-06-17 | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | |
2008-06-04 | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | |
- 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. | |||
2008-06-01 | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | |
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. | |||
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | |
2008-04-24 | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | |
2008-04-04 | - use a 16bit value for fnstsw as required by newer binutils. | Bernhard Reutner-Fischer | |
2008-01-19 | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | |
for i386. UCLIBC_HAS_FENV | |||
2008-01-17 | - use libm_DIR and libm_OUT | Bernhard Reutner-Fischer | |
2008-01-05 | Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the ↵ | Mike Frysinger | |
Cirrus Logic EP93XX ARM9 Procs. |