summaryrefslogtreecommitdiff
path: root/lib/libm/arch/hppa
AgeCommit message (Expand)Author
2023-01-27Use the same inline assembly constraints as for libc fp*(), when operatingMiod Vallat
2023-01-27Remove fast round(3) implementation for hppa. It is a nice idea, but does notMiod Vallat
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2016-09-12Reduce libm's exports and make internal calls go direct.Philip Guenther
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,Martynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-23Aliases for extended precision were missed on a few functions on hppa.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnMartynas Venckus
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-21fenv for hppaMartynas Venckus
2010-05-05Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.Mark Kettenis
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-15round, roundf, trunc, truncf for hppa; ok kettenis@Martynas Venckus
2009-06-30floor(3) should round towards -inf instead of towards zero.Mark Kettenis
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09- 80-bit and quad precision trigonometric and other mostMartynas Venckus
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2004-05-22evil pastoMichael Shalayeff
2003-10-31these are supposed to round towards zero; found by millert@ while testing per...Michael Shalayeff
2003-01-16fpr0 is recommended to be operated in full 64bits, although seemed to work ot...Michael Shalayeff
2002-09-11these are not libm private and fix the rintf pasting errorMichael Shalayeff
2002-05-22add reminder and roundingsMichael Shalayeff
2002-05-22md sqrt() implementationMichael Shalayeff