index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
softfloat
Age
Commit message (
Expand
)
Author
2022-09-10
Add EABI strong aliases for __fixunssfdi and __fixunsdfdi added recently on
Miod Vallat
2019-11-10
Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,
Philip Guenther
2018-01-19
Use static inline such that the functions are guaranteed to be present when
Mark Kettenis
2017-12-26
Add ARM EABI runtime aliases to the GCC runtime functions that we include
Mark Kettenis
2016-07-26
Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)
Philip Guenther
2016-07-18
We have __weak_alias() everywhere; remove obsolete #ifdef's
Philip Guenther
2015-09-13
Make softfloat's internal float_raise also available under a hidden, internal
Miod Vallat
2015-09-13
Uses angle brackets to include softfloat.h, and add the proper directory to
Miod Vallat
2015-09-10
Pull in namespace.h when building all .c files using gcc's -include option,
Philip Guenther
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2011-07-05
Move arm to the 'MI' softfloat code instead of the arm version.
Dale Rahn
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-11-06
Copy MI softfloat bits from arm to here, so that they can be shared.
Dale Rahn