| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate .note.GNU-stack section declaration. | kib | 2011-02-04 | 2 | -4/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 68 | -0/+136 |
* | Another minor nit: Make sure the constant here is a float so the compiler | das | 2010-12-07 | 1 | -1/+1 |
* | Fix various nits in style and comments that were pointed out by bde. | das | 2010-12-07 | 4 | -13/+16 |
* | Add log2() and log2f(). | das | 2010-12-05 | 8 | -12/+149 |
* | Add a "kernel" log function, based on e_log.c, which is useful for | das | 2010-12-05 | 2 | -0/+171 |
* | Disable gcc's built-in rint() function when compiling s_nearbyint.c. | das | 2010-12-03 | 1 | -0/+6 |
* | Fix bug in jn(3) and jnf(3) that led to -inf results | uqs | 2010-11-13 | 2 | -2/+12 |
* | Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, | dim | 2010-10-01 | 21 | -42/+21 |
* | This is exactly the same as the .else, so remove it. | imp | 2010-09-13 | 1 | -2/+0 |
* | MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe. | imp | 2010-09-13 | 1 | -2/+2 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+6 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | powerpc64 floating-point is identical to powerpc, so use the same | nwhitehorn | 2010-07-10 | 1 | -0/+2 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 3 | -2/+10 |
* | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | uqs | 2010-06-09 | 1 | -8/+2 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 2 | -6/+6 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -8/+8 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -12/+12 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 4 | -22/+34 |
* | Use the documented machine constraint for SSE registers. | ed | 2009-06-11 | 1 | -1/+1 |
* | Use ISO C99 style inline semantics in msun. | ed | 2009-06-03 | 6 | -15/+30 |
* | Use, in uncovered part, the END() macro in order to improve debugging. | attilio | 2009-05-25 | 52 | -0/+52 |
* | Namespace: scalb() is withdrawn from POSIX. | das | 2009-03-14 | 1 | -1/+4 |
* | Eliminate __real__ and __imag__ gccisms. | das | 2009-03-14 | 4 | -15/+42 |
* | C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros are | das | 2009-02-07 | 1 | -3/+3 |
* | Use __gnu89_inline so that these files will compile with newer versions | das | 2009-01-13 | 5 | -5/+5 |
* | Fix the types of INFINITY and NAN, which were broken in r131851. They | das | 2009-01-08 | 1 | -2/+2 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -2/+12 |
* | Remove some unused variables. | das | 2008-08-08 | 4 | -4/+1 |
* | In the line | das | 2008-08-08 | 3 | -3/+3 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 6 | -7/+170 |
* | Use cpack() and the gcc extension __imag__ to implement cimag() and | das | 2008-08-07 | 6 | -6/+18 |
* | Fix some style bogosity from fdlibm. | das | 2008-08-03 | 2 | -12/+12 |
* | Minor improvements: | das | 2008-08-03 | 3 | -20/+20 |
* | A few minor corrections, including some from bde: | das | 2008-08-02 | 3 | -17/+16 |
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 4 | -8/+127 |
* | Fix some problems with asinf(), acosf(), atanf(), and atan2f(): | das | 2008-08-01 | 4 | -71/+42 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 20 | -69/+900 |
* | Set WARNS=1. | das | 2008-07-31 | 1 | -0/+1 |
* | The high part of the mantissa is 64 bits on sparc64. | das | 2008-07-31 | 2 | -2/+2 |
* | As in other parts of libm, mark a few constants as volatile to prevent | das | 2008-07-31 | 6 | -12/+20 |
* | Sort the .PATH entries to give a more reasonable order of precedence: | das | 2008-07-18 | 1 | -4/+5 |
* | Fix a typo in the cosl() prototype. | das | 2008-06-28 | 1 | -2/+2 |
* | Implement fmodl. | das | 2008-06-19 | 5 | -25/+177 |
* | Symbol.map is handled by cpp, so use C-style comments | gonzo | 2008-05-03 | 1 | -1/+3 |
* | Add mips support to libm, from mips2-jnpr perforce branch. | imp | 2008-04-26 | 4 | -0/+259 |