summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/softfloat.h
AgeCommit message (Collapse)Author
2020-09-02Update to the SoftFloat-2c version of softfloat-specialize.h and softfloat.h.thorpej
This includes a simplification of the license and updates the comments. NFC.
2017-12-31PR port-alpha/52520: provide float64 -> uint64 conversion and usemartin
that when converting positive numbers.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
new, and some apps compile things in C89 mode. C89 keywords stay. As per core@.
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2001-04-26o IEEE 754 floating-point completion code.ross
o Implement the architected FP_C "Floating Point Control Quadword"