about summary refs log tree commit diff
path: root/sysdeps/i386/fpu
Commit message (Expand)AuthorAgeFilesLines
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-275-32/+5
* Remove pre-ISO C supportUlrich Drepper2012-01-071-2/+2
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-1/+11
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-1/+39
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-4/+18
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-3/+4
* Optimize expUlrich Drepper2011-10-153-3/+34
* Optimize x86-32 logUlrich Drepper2011-10-143-3/+57
* Optimize libmUlrich Drepper2011-10-1246-149/+179
* Fix jn precisionPetr Baudis2011-09-091-4/+50
* Relax libm tests for x86-32.Ulrich Drepper2010-11-301-2/+2
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-153-94/+0
* Implement accurate fma.Jakub Jelinek2010-10-131-4/+2
* Correct implementation of fmaf.Jakub Jelinek2010-10-112-2/+4
* Avoid PLT call to fegetenv on s390Andreas Schwab2010-02-091-0/+1
* Correct errno handling in expm1.Andreas Schwab2009-10-193-1/+14
* Define math_errhandling is possible.Ulrich Drepper2009-08-241-1/+5
* * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-263-5/+78
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-266-10/+156
* * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.Ulrich Drepper2009-01-091-0/+7
* * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for largeUlrich Drepper2008-08-051-1/+6
* * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.Ulrich Drepper2008-01-221-1/+1
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): UseUlrich Drepper2007-04-161-9/+9
* [BZ #3306]Ulrich Drepper2007-04-163-24/+44
* [BZ #3427]Ulrich Drepper2007-04-161-3/+12
* (feholdexcept): Clear all exceptions in SW.Ulrich Drepper2007-04-161-7/+13
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-2/+2
* [BZ #3919]Ulrich Drepper2007-03-153-3/+30
* [BZ #4096]Ulrich Drepper2007-03-053-24/+30
* [BZ #3325]Ulrich Drepper2007-02-213-3/+3
* [BZ #3325]Ulrich Drepper2007-02-193-3/+3
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1110-113/+60
* .Jakub Jelinek2007-07-3110-60/+113
* [BZ #3465]Ulrich Drepper2006-11-101-14/+16
* [BZ #3451] cvs/fedora-glibc-20061110T2049 cvs/fedora-glibc-20061110T1956Ulrich Drepper2006-11-101-15/+27
* * math/divtc3.c: New file.Roland McGrath2006-02-011-46/+0
* [BZ #1950, BZ #2153]Andreas Jaeger2006-01-151-2/+2
* * sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const.Ulrich Drepper2005-12-211-2/+2
* * posix/regexec.c (update_cur_sifted_state, check_arrival,Ulrich Drepper2005-09-301-0/+16
* * include/fenv.h: Add libm_hidden_proto for fesetround andUlrich Drepper2005-07-082-2/+4
* * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) cvs/fedora-glibc-20050504T1818Ulrich Drepper2005-05-0451-161/+199
* * sysdeps/i386/add_n.S: Add call frame information. cvs/fedora-glibc-20050504T0728Ulrich Drepper2005-05-041-79/+93
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-2261-455/+364
* 2.5-18.1Jakub Jelinek2007-07-1261-364/+455
* * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]Roland McGrath2004-11-041-0/+8
* Update.Ulrich Drepper2004-09-303-24/+27
* Update.Ulrich Drepper2004-09-071-21/+21
* [BZ #258]Ulrich Drepper2004-07-202-2/+37
* (__ieee754_powf): Don't generate invalid exception if |y| >= 1U<<31.Ulrich Drepper2004-07-201-1/+12