summaryrefslogtreecommitdiff
path: root/lib/libm/Makefile
AgeCommit message (Expand)Author
2002-06-15Compile libm on VAX at WARNS=2; leave other architectures at WARNS=1matt
2002-01-27Drink ALL the Kool-Aid.ross
2002-01-27On Alpha, build libc and libm with -mieee ... A metric craploadthorpej
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-11-05explicitly set to WARNS?=1lukem
2001-06-19Use arch/i387 for x86_64.fvdl
1999-12-13If we are not including i387 support in libm, build a separate libi387.christos
1999-08-22Use arch/m68k copies of the common functions even for mc68881 hardware.is
1999-08-19Pull in Motorola 68060 floating point library support package basedis
1999-08-16Document isinff(3) and isnanf(3), cloned from the corresponding double-kleink
1999-08-16Document reentrant log gamma interfaces.kleink
1999-08-15Add single-precision versions of interfaces to their manual pages' NAME sectionkleink
1999-07-02More trailing white space.simonb
1999-07-01Quick and dirty hook to compile a non-6888[12] libm for 68040 and 68060.is
1999-02-15NOLINT -> MKLINT=no.he
1998-11-11Fix PIC code and fix problem with obj dirs.matt
1998-10-10Actually build __setjmp.S/__sigsetjmp.S for vax. PICifiy the setjmp code.matt
1998-08-22The Mariah chip lacks the POLYD instruction, so some assembly codedragge
1998-08-09on i386, use FPU instructions in libm if I387_LIBM is set, from dan@geek.com.auperry
1998-02-19move NOLINT definitioncgd
1998-02-19Make sure the reason that NOLINT is set is documented. Additionallycgd
1997-10-23use CPPFLAGS instead of CFLAGSlukem
1997-10-18kill tab on line by itself, keep contents within 80 columnsmikel
1997-10-09rcsid facism, WARNSifylukem
1996-12-19force NOLINT on the Alpha, at least until we fix FP underflow/denorm handlingcgd
1996-10-12Non-IEEE assembler files wasn't handled correctly. Trouble pointed out byragge
1996-07-05Add a continuation slash in the commented-out i387 sectionexplorer
1996-07-03Add new i387 math functions to ARCH_SRCSjtc
1996-06-26Enable mc68881 version of fmodjtc
1996-06-26enable alpha-specific libm filesjtc
1995-11-20Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to calljtc
1995-10-10Got Makefile to understand to use non-IEEE files on vax systems.ragge
1995-05-03Add i387 "float" functions to the makefilejtc
1995-02-18Enable mc68881 versions of remainder() and scalb().jtc
1994-12-22specify man pages the new way.cgd
1994-09-25Added s_isinff.cjtc
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
1994-03-12Update for mc68881 ceil(), floor(), & rint(), and s_sqrt.S -> e_sqrt.Sjtc
1994-03-11Added a ieee_test(3) man page (Like SunOS) derrived from an earlier copyjtc
1994-03-11infnan was a vaxism.jtc
1994-03-10Added i387 version of significand().jtc
1994-03-08Christos Zoulas' Makefile fixes.jtc
1994-03-01Add cabs() & drem() for BSD libm compatibility.jtc
1994-02-25Update manpages for new math library.jtc
1994-02-15Compiled shared too.jtc
1994-02-14Comment out all functions that are also provided by our C library: fabs(),jtc
1994-02-14isnan() was provided by both C and Math libraries.jtc
1994-02-11Changes for fdlibm based math libraryjtc
1993-12-06use .S not .scgd