summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/gen
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add support for timeconting in userland.pirofti2-2/+23
2017-08-15Copy files from ../librthread in preparation for moving functionalityguenther1-0/+46
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2-4/+5
2015-10-31Invoke the _HIDDEN() sigprocmask label rather than the public one.miod2-8/+10
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther1-1/+2
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2-5/+5
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther8-19/+19
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt1-2/+2
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas2-3/+43
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2-43/+3
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsmartynas1-2/+3
2009-04-19- ldexp implementation has issues. switch to the one from libmmartynas3-452/+2
2009-04-05this is not a write-only register. might have caused to optimizemartynas1-2/+2
2008-12-10use sys/cdefs.h; pointed out by theomartynas2-4/+4
2008-12-09ditto frexpl and ldexplmartynas1-1/+4
2008-12-09alias fabsl to fabs on these archsmartynas1-1/+4
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754martynas4-96/+17
2008-07-23clear sign bit, instead of comparing to zero and setting x=-x.martynas1-6/+12
2007-03-02Move landisk to hardware floating point. At the moment the FPU context ismiod8-129/+263
2006-11-14Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto1-1/+5
2006-11-13missing ;otto1-2/+2
2006-11-12fix infinity, taking into account endianess. ok drahn@ miod@otto1-2/+6
2006-11-06Move (back) to softfloat on sh for now.drahn2-5/+13
2006-10-11and I forgot ldexp.cdrahn1-2/+2
2006-10-11build modf.cdrahn1-2/+2
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming frommiod17-0/+1140