History log of /netbsd-current/lib/libm/src/s_sincos.c
Revision Date Author Comments
# 1.5 29-Aug-2022 riastradh

libm: Fix some whitespace issues in recent sincos additions.


# 1.4 28-Aug-2022 he

s_sincos.c: use correct order of __weak_alias() arguments...


# 1.3 28-Aug-2022 he

s_sincos.c: use __weak_alias and not __weak_reference.

Fixes build on NetBSD/macppc, thanks to hint from riastradh@


# 1.2 28-Aug-2022 christos

only alias sincos to sincosl when we don't have long doubles


# 1.1 27-Aug-2022 christos

Add sincos{,f,l} from FreeBSD