History log of /openbsd-src/lib/libc/hidden/float.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 02cde890 06-Sep-2016 guenther <guenther@openbsd.org>

Make sure attributes are applied to function declarations before they're
used or defined, as clang isn't as forgiving as gcc. Also, declare
__flt_rounds() so that libc can build it despire clang pro

Make sure attributes are applied to function declarations before they're
used or defined, as clang isn't as forgiving as gcc. Also, declare
__flt_rounds() so that libc can build it despire clang providing its own
<float.h>

ok stefan@ kettenis@

show more ...


# af3276d5 27-Oct-2015 guenther <guenther@openbsd.org>

Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),
and ldexp().

ok millert@