History log of /openbsd-current/lib/libm/arch/hppa/s_floorf.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 27-Jan-2023 miod

Use the same inline assembly constraints as for libc fp*(), when operating
on the floating-point control register.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.10 12-Sep-2016 guenther

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

ok kettenis@ millert@ deraadt@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.9 20-Jan-2015 krw

Missing $OpenBSD$'s.

ok deraadt@


Revision tags: OPENBSD_5_6_BASE
# 1.8 18-Apr-2014 guenther

It's been a quarter century: we can assume volatile is present with that name.


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.7 05-May-2010 kettenis

Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.

ok miod@


Revision tags: OPENBSD_4_7_BASE
# 1.6 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_6_BASE
# 1.5 30-Jun-2009 kettenis

floor(3) should round towards -inf instead of towards zero.

ok martynas@, deraadt@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.4 31-Oct-2003 mickey

these are supposed to round towards zero; found by millert@ while testing perl 5.8.1


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE
# 1.3 16-Jan-2003 mickey

fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix it


Revision tags: OPENBSD_3_2_BASE
# 1.2 11-Sep-2002 mickey

these are not libm private and fix the rintf pasting error


# 1.1 22-May-2002 mickey

add reminder and roundings


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 12-Sep-2016 guenther

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

ok kettenis@ millert@ deraadt@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.9 20-Jan-2015 krw

Missing $OpenBSD$'s.

ok deraadt@


Revision tags: OPENBSD_5_6_BASE
# 1.8 18-Apr-2014 guenther

It's been a quarter century: we can assume volatile is present with that name.


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.7 05-May-2010 kettenis

Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.

ok miod@


Revision tags: OPENBSD_4_7_BASE
# 1.6 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_6_BASE
# 1.5 30-Jun-2009 kettenis

floor(3) should round towards -inf instead of towards zero.

ok martynas@, deraadt@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.4 31-Oct-2003 mickey

these are supposed to round towards zero; found by millert@ while testing perl 5.8.1


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE
# 1.3 16-Jan-2003 mickey

fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix it


Revision tags: OPENBSD_3_2_BASE
# 1.2 11-Sep-2002 mickey

these are not libm private and fix the rintf pasting error


# 1.1 22-May-2002 mickey

add reminder and roundings