mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
d64ea4e5f9
- Don't define llabs(). This breaks if llabs() is already a macro, which is allowed by the C standard/POSIX. llabs() was introduced in C99, so I think we can safely assume it is present on all interesting systems. - Cast the parameters to fabs() to the floating point type. Clang has introduced some interesting warnings that trigger if the arguments to fabs*() are not the right type. |
||
---|---|---|
.. | ||
.gitignore | ||
inf_torture.c | ||
libm-bench.cpp | ||
libm-test-ulps.h | ||
libm-test.c | ||
Makefile | ||
test-double.c | ||
test-float.c |