History log of /openbsd-src/lib/libc/arch/sparc64/fpu/fpu_implode.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 6244ddcc 29-Mar-2024 miod <miod@openbsd.org>

Do not include <machine/frame.h> in libc sparc64 fpu routines, they don't
need any of its contents.
ok claudio@ kettenis@


# 77f9746c 17-Sep-2021 deraadt <deraadt@openbsd.org>

sys/param.h is not needed in these files


# 075a6035 15-Mar-2019 kevlo <kevlo@openbsd.org>

Remove FBSDID.

ok deraadt@


# 6f1dc4c0 15-Nov-2015 guenther <guenther@openbsd.org>

Tweak previous: rename it to fpround() to match FreeBSD

requested by kettenis@


# e29147cc 15-Nov-2015 guenther <guenther@openbsd.org>

I got a round tuit to rename round() to roundit() to avoid gcc warning.

ok deraadt@


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# 28a72845 12-Feb-2007 jason <jason@openbsd.org>

from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()
which caused all negative numbers returned to be == -1.


# 02b90bea 21-Jul-2003 jason <jason@openbsd.org>

quad float emulation stuff. Mostly based on freebsd (which is based on
NetBSD's kernel emulation stuff). Not enabled yet.