summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/gen/fabs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+40
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-40/+0
* 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-101-2/+2
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
* 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-021-2/+2
* Move (back) to softfloat on sh for now.drahn2006-11-061-1/+6
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-101-0/+26