History log of /openbsd-src/lib/libm/hidden/math.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 52e89edc 12-Mar-2018 guenther <guenther@openbsd.org>

Add cvs tag, copyright, and license


# 7ebae471 12-Mar-2018 guenther <guenther@openbsd.org>

Fix build of sincosl on machines where long double == double

ok deraadt@


# 6c640833 10-Mar-2018 kettenis <kettenis@openbsd.org>

Implement sicos(3), sincosf(3) and sincosl(3). These functions are common
extensions and modern compilers (such as clang) will use them to optimize
separate calculations of sine and cosine.

ok tom@

Implement sicos(3), sincosf(3) and sincosl(3). These functions are common
extensions and modern compilers (such as clang) will use them to optimize
separate calculations of sine and cosine.

ok tom@, patrick@, deraadt@, jmc@

show more ...


# 2f2c0062 12-Sep-2016 guenther <guenther@openbsd.org>

Reduce libm's exports and make internal calls go direct.
All dependencies on libc are now via reserved/standardized names.

ok kettenis@ millert@ deraadt@