History log of /openbsd/lib/libm/arch/i387/s_lrint.S (Results 1 – 2 of 2)
Revision Date Author Comments
# 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@


# d7c6e841 25-Sep-2006 kettenis <kettenis@openbsd.org>

Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,
s_lrint.c and s_lrintf.c, and add i387-specific assembler versions.

ok deraadt@, otto@