faster lrint and llrint functions
[musl] / src / math /
2012-03-18 nszfaster lrint and llrint functions
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-17 Rich Felkerone more fenv availability issue: lround
2012-03-17 Rich Felkermake fma and lrint functions build without full fenv...
2012-03-17 Rich Felkerother side of the signgam namespace fix: use the intern...
2012-03-17 Rich Felkermake signgam a weak alias for an internal symbol
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-15 Rich Felkerremove special nan handling from x86 sqrt asm
2012-03-15 Rich Felkersimplify nan check in sqrt (x86 asm); result of sqrt...
2012-03-15 nszin math.h make lgamma_r and non-double bessel _GNU_SOUR...
2012-03-15 nszefficient sincos based on sin and cos
2012-03-15 Rich Felkeravoid changing NaNs in sqrt (x86 asm) to satisfy c99...
2012-03-15 Rich Felkercorrectly rounded sqrt() asm for x86 (i387)
2012-03-14 Rich Felkercorrect rounding for i387 sqrtf function
2012-03-13 nszmath cleanup: use 1.0f instead of 1.0F
2012-03-13 nszmath cleanup: use 1.0f instead of (float)1.0
2012-03-13 nszremove libm.h includes when math.h and float.h are...
2012-03-13 nszclean up __expo2.c, use a slightly better k constant
2012-03-13 Rich Felkerimplement nan, nanf, nanl
2012-03-13 Rich Felkerfirst commit of the new libm!
2011-06-30 Rich Felkerfix error in previous ld80 fpclassify commit
2011-06-30 Rich Felkercatch invalid ld80 bit patterns and treat them as nan
2011-06-26 Rich Felkertype directives for x86_64 math asm
2011-06-26 Rich Felkeruse .type directives for math asm (needed for dynamic...
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!
2011-02-12 Rich Felkerinitial check-in, version 0.5.0