summaryrefslogtreecommitdiffstats
path: root/libm/float_wrappers.c
Commit message (Collapse)AuthorAgeFilesLines
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-181-1/+1
|
* ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko2009-02-091-216/+64
| | | | | | | | | | float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-061-9/+0
|
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+21
| | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures).
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-221-1/+9
|
* Sync with trunk.Khem Raj2008-12-151-0/+3
|
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-57/+0
| | | | | Step 3 libm and related headers
* Synch libm with trunkCarmelo Amoroso2008-06-181-3/+11
|
* Merge from trunk."Steven J. Hill"2007-01-201-6/+5
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-8/+64
|
* Merge from trunk."Steven J. Hill"2005-11-291-13/+1
|
* Merge from trunk."Steven J. Hill"2005-11-171-43/+20
|
* Disable float wrappers for functions that are not presentlyEric Andersen2005-03-071-15/+31
| | | | implemented in libm
* split the float wrappers into separate object filesEric Andersen2005-03-071-0/+547