History log of /openbsd/lib/libm/src/s_sincos.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...