summaryrefslogtreecommitdiff
path: root/lib/libc/sparc64/fpu/fpu_implode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 specific parts of libc.Warner Losh2020-02-261-542/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* - While SPARC V9 allows tininess to be detected either before or afterMarius Strobl2010-03-201-5/+10
* FPU_DEBUG requires <stdio.h>.Marius Strobl2010-03-201-0/+4
* Ensure that __fpu_ftox() both returns the high bits and res[1] containsMarius Strobl2010-03-201-5/+7
* - Remove a bogus forward declaration.Marius Strobl2010-03-201-3/+0
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix a typo in __fpu_ftox() that caused long double to long (and long long)Marius Strobl2006-12-241-9/+10
* s/round/fpround/ to avoid naming clash with GCC builtin function.Alexander Kabaev2004-07-281-8/+8
* Emulate ldq and stq (load/store long double) instructions. GCC has startedJake Burkholder2002-04-271-2/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+4
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-21/+21
* Add userland floating point emulator code for sparc64. This is a portThomas Moestl2002-02-231-0/+535