aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sparc64/fpu/fpu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 specific parts of libc.Warner Losh2020-02-261-463/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix unused-but-set-variableBaptiste Daroussin2015-11-151-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* FPU_DEBUG requires <stdio.h>.Marius Strobl2010-03-201-1/+4
* - The OPSZ macro actually only does the right thing for int32 and int64Marius Strobl2010-03-101-28/+20
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove unused variables. Add required headers and functionJacques Vidrine2004-01-061-1/+0
* Remove unneeded include of machine/emul.h.Jake Burkholder2002-06-181-1/+0
* Add a support macro to convert the 5-bit packed register field ofJake Burkholder2002-05-111-52/+74
* Emulate ldq and stq (load/store long double) instructions. GCC has startedJake Burkholder2002-04-271-83/+23
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-091-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+5
* Fix some bugs that would prevent %fsr to be set correctly, and addThomas Moestl2002-03-111-4/+5
* Add userland floating point emulator code for sparc64. This is a portThomas Moestl2002-02-231-0/+508