Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | libm: enable log2f and exp2f | Aurelien Jacobs | |
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-12-27 | test/math: put scalbf test under susv3 legacy define | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | |
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. | |||
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building |