]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
add __hidden suffix to _umtx_op_err, this eliminates PLT.
[FreeBSD/FreeBSD.git] / lib / msun /
2008-03-31 David SchultzRemove a (bogus) remnant of debugging this on sparc64.
2008-03-30 David SchultzAdd assembly versions of remquol() and remainderl().
2008-03-30 David SchultzHook remquol() and remainderl() up to the build.
2008-03-30 David SchultzImplement remainderl() as a wrapper around remquol...
2008-03-30 David SchultzImplement remquol() based on remquo().
2008-03-30 David SchultzImplement csqrtl().
2008-03-30 David SchultzHook hypotl() and cabsl() up to the build.
2008-03-30 David SchultzDocument hypotl().
2008-03-30 David SchultzAlias hypotl() and cabsl() for platforms where long...
2008-03-30 David SchultzImplement cabsl() in terms of hypotl().
2008-03-30 David SchultzImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 Bruce EvansUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 Bruce EvansUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 Bruce EvansFix a missing mask in a hi+lo decomposition. Thus...
2008-03-29 David SchultzInclude math.h for the fmaf() prototype.
2008-03-29 David SchultzFix some rather obscene code that has ambiguous if...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-02 David Schultz1 << 47 needs to be written 1ULL << 47.
2008-03-02 David SchultzHook up sqrtl() to the build.
2008-03-02 David SchultzMD implementations of sqrtl().
2008-03-02 David SchultzMI implementation of sqrtl(). This is very slow and...
2008-02-28 Bruce EvansFix and improve some magic numbers for the "medium...
2008-02-25 Bruce EvansInline __ieee754__rem_pio2f(). On amd64 (A64) and...
2008-02-25 Bruce EvansUse a temporary array instead of the arg array y[]...
2008-02-25 Bruce EvansChange __ieee754_rem_pio2f() to return double instead...
2008-02-25 Bruce EvansFix some off-by-1 errors.
2008-02-24 Rafal JaworowskiLet PowerPC world optionally build with -msoft-float...
2008-02-23 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case some more...
2008-02-22 Bruce EvansAvoid using FP-to-integer conversion for !(amd64 |...
2008-02-22 Bruce EvansRemove the "quick check no cancellation" optimization for
2008-02-22 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64...
2008-02-22 Bruce EvansAdd an irint() function in inline asm for amd64 and...
2008-02-22 Bruce EvansOptimize the conversion to bits a little (by about...
2008-02-22 Bruce EvansOptimize the fixup for +-0 by using better classificati...
2008-02-22 Bruce EvansFix rintl() on signaling NaNs and unsupported formats.
2008-02-22 David Schultzs/rcsid/__FBSDID/
2008-02-22 David SchultzRemove an unused variable.
2008-02-22 David SchultzEliminate some warnings.
2008-02-19 Bruce EvansMerge cosmetic changes from e_rem_pio2.c 1.10 (convert...
2008-02-19 Bruce EvansOptimize for 3pi/4 <= |x| <= 9pi/4 in much the same...
2008-02-19 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-18 David SchultzDocument return values better.
2008-02-18 David SchultzAdd tgammaf() as a simple wrapper around tgamma().
2008-02-18 Bruce Evans2 long double constants were missing L suffixes. This...
2008-02-18 Bruce EvansFix a typo which broke k_tanl.c on !(amd64 || i386).
2008-02-18 Bruce EvansInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-17 David SchultzUse volatile hacks to make sure exp() generates an...
2008-02-17 David SchultzHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 David SchultzAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 David SchultzDocumentation for sinl(), cosl(), and tanl().
2008-02-17 David SchultzAdd kernel functions for 128-bit long doubles. These...
2008-02-17 David SchultzAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 David SchultzAdd more pi for long doubles. Also, avoid storing multi...
2008-02-15 Bruce EvansSigh, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansOops, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 Bruce EvansFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 Bruce EvansUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-13 Bruce Evanss_ceill.c
2008-02-13 Bruce EvansOn arches where long double is the same as double,...
2008-02-13 Bruce EvansFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 Bruce EvansFix exp2*(x) on signaling NaNs by returning x+x as...
2008-02-13 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-13 Bruce EvansUse hardware remainder on amd64 since it is 5 to 10...
2008-02-12 Bruce EvansFix remainder() and remainderf() in round-towards-minus...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-11 Bruce EvansUse double precision for z and thus for the entire...
2008-02-09 Bruce EvansAs usual, use a minimax polynomial that is specialized...
2008-02-09 Bruce EvansFix a comment about coefficients and expand a related...
2008-02-08 Bruce EvansFix truncl() when the result should be -0.0L. When...
2008-02-08 Bruce EvansOops, fix the fix in rev.1.10. logb() and logbf()...
2008-02-07 Bruce EvansUse a better method of scaling by 2**k. Instead of...
2008-02-07 Bruce EvansUse a better method of scaling by 2**k. Instead of...
2008-02-06 Bruce EvansAs for the float trig functions and logf, use a minimax...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-28 David SchultzAdjust the exponent before converting the result from...
2008-01-25 Bruce EvansFix a harmless type error in 1.9.
2008-01-21 Bruce EvansFix cutoffs. This is just a cleanup and an optimizatio...
2008-01-20 Bruce EvansOops, when merging from the float version to the double...
2008-01-19 Bruce EvansRemove the float version of the kernel of arg reduction...
2008-01-19 Bruce EvansDo an ordinary assignment in STRICT_ASSIGN() except...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for exp2f() and exp2() instead...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for log1pf() and log1p() instead...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() instead of assorted direct volatile...
2008-01-18 David SchultzUse volatile hacks to make sure these functions generat...
2008-01-18 David SchultzHook up exp2l() and related docs to the build.
2008-01-18 David SchultzIntroduce a new log(3) manpage and move the relevant...
2008-01-18 David SchultzImplement exp2l(). There is one version for machines...
2008-01-17 Bruce EvansAdd a macro STRICT_ASSIGN() to help avoid the compiler...
2008-01-15 David SchultzOptimize this a bit better.
next