Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 2011-10-18 | 2 | -6/+14 |
| | |||||
* | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | 2011-10-18 | 1 | -2/+2 |
| | |||||
* | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 2011-10-18 | 6 | -1/+105 |
| | |||||
* | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 2011-10-18 | 3 | -31/+58 |
| | |||||
* | Fix last change | Andreas Schwab | 2011-10-18 | 1 | -2/+3 |
| | |||||
* | Fix linkage conflict with feraiseexcept | Andreas Schwab | 2011-10-18 | 1 | -6/+10 |
| | |||||
* | Small optimization of generic exp2 | Ulrich Drepper | 2011-10-17 | 1 | -11/+12 |
| | |||||
* | Add optimized 64-bit frexp | Ulrich Drepper | 2011-10-17 | 1 | -0/+67 |
| | |||||
* | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 2011-10-17 | 2 | -10/+10 |
| | |||||
* | Makr x86-64 math_private.h more robust | Ulrich Drepper | 2011-10-17 | 1 | -10/+10 |
| | |||||
* | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 2011-10-17 | 6 | -12/+51 |
| | | | | | | | Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled. | ||||
* | Fix last x86-64 mathinline change | Ulrich Drepper | 2011-10-17 | 1 | -2/+2 |
| | | | | Use correct function names. | ||||
* | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 2011-10-16 | 24 | -130/+397 |
| | |||||
* | No need for boundary case handling in x86-32 __ieee_log | Ulrich Drepper | 2011-10-15 | 1 | -52/+1 |
| | |||||
* | Optimized floor for 64-bit architectures | Ulrich Drepper | 2011-10-15 | 1 | -0/+79 |
| | |||||
* | Add cosh optimized for 64-bit architectures | Ulrich Drepper | 2011-10-15 | 2 | -4/+82 |
| | |||||
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 10 | -157/+156 |
| | | | | Add __exp*_finite optimizations and rewrite some wrappers. | ||||
* | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | 2011-10-15 | 1 | -52/+1 |
| | |||||
* | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 2011-10-15 | 1 | -2/+5 |
| | | | | | The functions to get the pointers can now depend on the TLS variable be initialized. | ||||
* | Fix WS | Ulrich Drepper | 2011-10-15 | 1 | -4/+4 |
| | |||||
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 15 | -311/+2996 |
| | |||||
* | Optimize x86-32 log | Ulrich Drepper | 2011-10-14 | 6 | -3/+299 |
| | |||||
* | Adjust s390 libm ULPs | Andreas Schwab | 2011-10-14 | 1 | -2/+40 |
| | |||||
* | Fix lost feraiseexcept symbol | Andreas Schwab | 2011-10-14 | 1 | -1/+2 |
| | |||||
* | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 2011-10-13 | 2 | -5/+5 |
| | |||||
* | Check for zero size in memrchr for x86_64 | Andreas Schwab | 2011-10-13 | 1 | -0/+3 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-10-12 | 2 | -10/+10 |
| | |||||
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 11 | -1/+2639 |
| | |||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 165 | -2875/+1843 |
| | | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | ||||
* | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2011-10-10 | 1 | -0/+16 |
| | |||||
* | Conditionalize unnecessary #include. | Roland McGrath | 2011-10-08 | 1 | -4/+5 |
| | |||||
* | Fix some nit warnings. | Roland McGrath | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 12 | -1/+125 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 2011-10-07 | 4 | -59/+842 |
| | |||||
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 10 | -39/+65 |
| | |||||
* | Adjust powerpc libm ULPs | Andreas Schwab | 2011-09-28 | 1 | -4/+42 |
| | |||||
* | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 2011-09-26 | 1 | -8/+8 |
| | |||||
* | Clean up disabling of script_execute | Roland McGrath | 2011-09-19 | 1 | -9/+11 |
| | |||||
* | finite for 64-bit platforms | Ulrich Drepper | 2011-09-15 | 1 | -0/+32 |
| | |||||
* | Define IP_MULTICAST_ALL | Ulrich Drepper | 2011-09-15 | 1 | -1/+2 |
| | |||||
* | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵ | Roland McGrath | 2011-09-15 | 3 | -11/+5 |
| | | | | ____longjmp_chk implementations. | ||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-15 | 4 | -16/+16 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix PLT uses in libm on powerpc | Andreas Schwab | 2011-09-15 | 4 | -16/+16 |
| | | |||||
* | | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | 2011-09-15 | 1 | -5/+41 |
|/ | |||||
* | Use correct section to allow merging | Ulrich Drepper | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 2011-09-14 | 1 | -10/+46 |
| | |||||
* | Fix undefined symbol in powerpc64 dl-machine.h | Andreas Schwab | 2011-09-13 | 1 | -2/+0 |
| | |||||
* | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 2011-09-13 | 2 | -6/+6 |
| | |||||
* | Optimize logb code for 64-bit machines | Ulrich Drepper | 2011-09-12 | 1 | -0/+44 |
| |