summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-3/+43
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-43/+3
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+3
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-452/+2
* this is not a write-only register. might have caused to optimizemartynas2009-04-051-2/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-102-4/+4
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+17
* clear sign bit, instead of comparing to zero and setting x=-x.martynas2008-07-231-6/+12
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-028-130/+264
* Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto2006-11-141-1/+5
* missing ;otto2006-11-131-2/+2
* fix infinity, taking into account endianess. ok drahn@ miod@otto2006-11-121-2/+6
* Move (back) to softfloat on sh for now.drahn2006-11-062-5/+13
* and I forgot ldexp.cdrahn2006-10-111-2/+2
* build modf.cdrahn2006-10-111-2/+2
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-1017-0/+1140