summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/fpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arithemtic -> arithmeticmiod2011-09-171-2/+2
|
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()jason2007-02-121-9/+9
| | | | which caused all negative numbers returned to be == -1.
* please gccderaadt2006-12-231-1/+2
|
* Fix unsigned {int, long, long long} to long double conversions forotto2004-09-283-11/+65
| | | | values with the high bit set. ok kettenis@ jason@
* From the how many ways can you screw up replacing one line of codejason2004-03-241-2/+2
| | | | | department: cast 'i' to u_int64_t so the sign comparison actually makes sense. Any other bugs in here just ship in the release, I'm done.
* use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.jason2004-03-231-1/+2
|
* gcc3 doesn't align things the same as gcc2. Casting upwards is dangerousjason2004-03-231-2/+3
| | | | to a program's health, avoid it. ok deraadt
* correct psABI functions _Q_feq and friends (they return 'int' not long double);jason2004-02-032-14/+14
| | | | pointed out by Mark Kettenis, kettenis,chello,nl
* quad float emulation stuff. Mostly based on freebsd (which is based onjason2003-07-2117-0/+3898
NetBSD's kernel emulation stuff). Not enabled yet.