summaryrefslogtreecommitdiffstats
path: root/test/math/compile_test.c
Commit message (Collapse)AuthorAgeFilesLines
* libm: enable log2f and exp2fAurelien Jacobs2010-02-041-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 defineAustin Foxley2009-12-271-0/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/math/compile_test.c: make it exit with 0 alwaysDenis Vlasenko2009-02-181-1/+2
|
* test/math/compile_test.c: add compile testing of (some) floatsDenis Vlasenko2009-02-171-2/+67
|
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-171-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?" testDenis Vlasenko2009-02-171-0/+71
*: fix everything which prevents above from building