opnsense-src/lib/libc/sparc64
Jake Burkholder 05f2fa5cee Add code to emulate arithmetic, comparison and conversion operations
on long double, which are not implemented in hardware on any UltraSPARC
chip that I know of.  This just calls into the existing floating point
emulator, which is still needed to emulate other floating point operations
in certain conditions.  Without this gcc has to generate the quad floating
point instructions directly, which sometimes causes internal compiler
errors.

Reviewed by:	tmm
2002-04-28 02:36:36 +00:00
..
fpu Add code to emulate arithmetic, comparison and conversion operations 2002-04-28 02:36:36 +00:00
gen Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
net htonl() and ntohl() operate on unsinged types, so they must zero-extend, 2002-04-06 00:07:15 +00:00
stdlib Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
string Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
sys Emulate ldq and stq (load/store long double) instructions. GCC has started 2002-04-27 21:56:28 +00:00
Makefile.inc Connect the sparc64 userland fp emulator to the build. 2002-03-05 00:00:40 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00