Age | Commit message (Expand) | Author |
2024-03-29 | Simplify the conditionals for architectures which do not need any particular | Miod Vallat |
2022-01-21 | Unplug assembly implementations of trig functions on x86 platforms | Greg Steuck |
2021-04-27 | riscv64 additions for libm | Dale Rahn |
2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and | Mark Kettenis |
2020-06-28 | Add powerpc64 support. | Mark Kettenis |
2018-07-18 | Remove the unused leftovers of the 4.4BSD libm, which was only used | Christian Weisgerber |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2018-02-28 | Remove CFLAGS+=-mfloat-abi=softfp that I accidentally committed. | Mark Kettenis |
2018-02-28 | Change floating-point mode/environment control functions to operate on | Mark Kettenis |
2017-01-11 | Add support for AArch64. Based on FreeBSD's msun header, modified | Patrick Wildt |
2016-09-12 | Reduce libm's exports and make internal calls go direct. | Philip Guenther |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-10 | no need for SUBDIR now that vax is gone; ok deraadt | Jason McIntyre |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2015-09-18 | Move s_signgam.c to PURE_SRCS, so that it also gets built on vax. | Miod Vallat |
2014-09-12 | Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt. | Mark Kettenis |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2013-08-07 | simple inaccurate implementation of lrint* functions on vax, just so | Marc Espie |
2013-07-15 | use some generic code on vax, to do round/roundf/scalbln... | Marc Espie |
2013-07-03 | reorganize NOIEEE_SRCS so that files not compiled on vax because | Marc Espie |
2013-07-03 | with DBL vs LDBL fixed, tedu some source in noieee which is actually the | Marc Espie |
2012-09-15 | m88k does not have the m68k long double type actually (long double == double | Miod Vallat |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus |
2011-07-20 | Document complex math library. | Martynas Venckus |
2011-07-11 | Remove the GCC2 optimizer workaround for sparc. After switching | Martynas Venckus |
2011-07-09 | - Fix the cabs, and cabsf prototypes in the manual pages; it's | Martynas Venckus |
2011-07-09 | Don't reimplement the same thing twice. OK matthew@. | Martynas Venckus |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Remove the stupid commented out fabs(3), frexp(3), and modf(3) | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-07 | Remove math(3). OK theo. | Martynas Venckus |
2011-07-07 | Document extended-precision routines. | Martynas Venckus |
2011-07-06 | Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thing | Martynas Venckus |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to extended-precision. | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to single-precision. | Martynas Venckus |
2011-05-25 | Document nearbyint, nearbyintf, nearbyintl. | Martynas Venckus |
2011-05-25 | Document C99 floating-point environment. | Martynas Venckus |
2011-04-28 | fix build ok martynas@ | Todd T. Fries |
2011-04-28 | - enable fenv | Martynas Venckus |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |