Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy | 15 | -79/+38 |
2016-08-18 | Fix incorrect double-checked locking related to _res_hconf.initialized. | Torvald Riegel | 1 | -2/+1 |
2016-08-18 | Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3. | Stefan Liebler | 2 | -0/+20 |
2016-08-17 | ldbl-128: Remove unused sqrtl declaration in e_asinl.c | Paul E. Murphy | 1 | -1/+0 |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 16 | -60/+320 |
2016-08-17 | Do not override objects in libc.a in other static libraries [BZ #20452] | Florian Weimer | 13 | -1/+16 |
2016-08-16 | Add fesetexcept: sparc. | Joseph Myers | 1 | -0/+31 |
2016-08-16 | Add fesetexcept: sh. | Joseph Myers | 1 | -0/+32 |
2016-08-16 | Add fesetexcept: s390. | Joseph Myers | 1 | -0/+33 |
2016-08-16 | Add fesetexcept: powerpc. | Joseph Myers | 3 | -0/+107 |
2016-08-16 | Add fesetexcept: mips. | Joseph Myers | 1 | -0/+32 |
2016-08-16 | Add fesetexcept: m68k. | Joseph Myers | 1 | -0/+31 |
2016-08-16 | Add fesetexcept: ia64. | Joseph Myers | 1 | -0/+31 |
2016-08-16 | Add fesetexcept: hppa. | Joseph Myers | 1 | -0/+35 |
2016-08-16 | Add fesetexcept: arm. | Joseph Myers | 1 | -0/+38 |
2016-08-16 | Add fesetexcept: alpha. | Joseph Myers | 1 | -0/+31 |
2016-08-16 | Add fesetexcept: aarch64. | Joseph Myers | 1 | -0/+34 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 29 | -0/+116 |
2016-08-15 | arm: mark __startcontext as .cantunwind (bug 20435) | Andreas Schwab | 1 | -0/+7 |
2016-08-12 | Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c. | Joseph Myers | 1 | -0/+1 |
2016-08-10 | Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455). | Joseph Myers | 1 | -1/+4 |
2016-08-10 | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers | 2 | -0/+15 |
2016-08-09 | Fix recvmsg returning SIGLOST on PF_LOCAL sockets | Samuel Thibault | 1 | -1/+3 |
2016-08-05 | sparc32/sparcv9: add a VIS3 version of fdim | Aurelien Jarno | 5 | -1/+114 |
2016-08-05 | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 11 | -314/+2 |
2016-08-05 | sparc: build with -mvis on sparc32/sparcv9 and sparc64 | Aurelien Jarno | 2 | -1/+3 |
2016-08-04 | x86: Use sysdep.o from libc.a in static libraries | Florian Weimer | 1 | -0/+2 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 33 | -136/+34 |
2016-08-03 | Remove tacit double usage in ldbl-128 | Paul E. Murphy | 3 | -3/+3 |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -5/+7 |
2016-08-03 | Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h. | Joseph Myers | 1 | -0/+2 |
2016-08-03 | Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h. | Joseph Myers | 1 | -1/+3 |
2016-08-03 | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 16 | -3/+348 |
2016-08-02 | Fix sNaN handling in nearbyint on 32-bit sparc. | David S. Miller | 4 | -10/+10 |
2016-08-03 | powerpc: fix ifunc-sel.h fix asm constraints and clobber list | Aurelien Jarno | 1 | -2/+4 |
2016-08-03 | powerpc: fix ifunc-sel.h with GCC 6 | Aurelien Jarno | 1 | -3/+4 |
2016-08-02 | x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033). | Andrew Senkevich | 24 | -54/+54 |
2016-08-02 | alpha: fix trunc for big input values | Aurelien Jarno | 2 | -8/+6 |
2016-08-02 | alpha: fix rint on sNaN input | Aurelien Jarno | 2 | -0/+6 |
2016-08-02 | alpha: fix floor on sNaN input | Aurelien Jarno | 2 | -8/+6 |
2016-08-02 | alpha: fix ceil on sNaN input | Aurelien Jarno | 2 | -8/+6 |
2016-08-02 | sparc: remove ceil, floor, trunc sparc specific implementations | Aurelien Jarno | 46 | -2245/+10 |
2016-07-27 | Don't compile do_test with -mavx/-mavx/-mavx512 | H.J. Lu | 11 | -78/+141 |
2016-07-27 | Nios II localplt.data update: remove __eqsf2 | Chung-Lin Tang | 1 | -1/+0 |
2016-07-21 | powerpc: Fix missing verb and typo in comment about AT_HWCAP entry | Gustavo Romero | 1 | -2/+2 |
2016-07-21 | [AArch64] Update libm-test-ulps | Szabolcs Nagy | 1 | -4/+4 |
2016-07-20 | S390: Do not clobber r13 with memcpy on 31bit with copies >1MB. | Stefan Liebler | 1 | -8/+5 |
2016-07-19 | microblaze: fix variable name collision with syscall macros | Mike Frysinger | 1 | -21/+21 |
2016-07-18 | i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387 | H.J. Lu | 1 | -2/+5 |
2016-07-18 | Fix cos computation for multiple precision fallback (bz #20357) | Siddhesh Poyarekar | 1 | -2/+2 |