Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: enable log2f and exp2f | Aurelien Jacobs | 2010-02-04 | 1 | -2/+2 |
| | | | | | Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | test/math: put scalbf test under susv3 legacy define | Austin Foxley | 2009-12-27 | 1 | -0/+2 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | 2009-02-18 | 1 | -1/+2 |
| | |||||
* | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | 2009-02-17 | 1 | -2/+67 |
| | |||||
* | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | 2009-02-17 | 1 | -62/+64 |
| | | | | | | | | | | | | | | | so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes. | ||||
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -0/+71 |
*: fix everything which prevents above from building |