summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc64/fpu
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-03Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. AtMark Kettenis
2011-09-17arithemtic -> arithmeticMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-02-12from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()Jason Wright
2006-12-23please gccTheo de Raadt
2004-09-28Fix unsigned {int, long, long long} to long double conversions forOtto Moerbeek
2004-03-24From the how many ways can you screw up replacing one line of codeJason Wright
2004-03-23use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.Jason Wright
2004-03-23gcc3 doesn't align things the same as gcc2. Casting upwards is dangerousJason Wright
2004-02-03correct psABI functions _Q_feq and friends (they return 'int' not long double);Jason Wright
2003-07-21quad float emulation stuff. Mostly based on freebsd (which is based onJason Wright