| Age | Commit message (Expand) | Author |
| 2019-12-08 | Pull up following revision(s) (requested by riastradh in ticket #507): | martin |
| 2019-04-26 | Remove unused 387 implementations. | maya |
| 2019-04-13 | Don't alias the long double version to the double version. | maya |
| 2018-11-07 | When hardware subnormal support is available, disable flush-to-zero. | riastradh |
| 2018-01-25 | use named initializers | christos |
| 2017-12-30 | Fix usage of sysarch(ALPHA_FPGETMASK) | martin |
| 2017-05-08 | Complete the namespace dance | martin |
| 2017-05-08 | Add missing namespace.h include | martin |
| 2017-03-23 | expose the BSD/linux fenv extensions in libm on ia64 too. | chs |
| 2017-03-22 | provide a common softfloat fenv implemenation and use it for softfloat builds. | chs |
| 2017-03-16 | lrint() and lrintf() are supposed to use the current rounding mode, | chs |
| 2017-02-23 | Add fenv for ia64, imported from FreeBSD, compile tested only. | scole |
| 2016-08-25 | more fenv for sh | christos |
| 2016-08-23 | fenv.h for alpha | christos |
| 2016-03-20 | Update {read,write}fpsr to work everywhere | skrll |
| 2016-02-17 | PR/50822: David Binderman: Fix copy length. | christos |
| 2016-01-11 | fix lint build | christos |
| 2015-12-24 | add fenv for m68k | christos |
| 2015-12-21 | Add mips fenv.c (From FreeBSD) | christos |
| 2015-12-20 | Powerpc fenv.c from FreeBSD | christos |
| 2015-03-27 | Update to new RISCV ABI | matt |
| 2015-01-13 | Simplify, now that rounding mode defines match the hardware bits. | martin |
| 2014-12-29 | Fix exception status vs mask confusion, of course feenableexcept(), | martin |
| 2014-12-28 | Add missing return in __SOFTFP__ variant, pointed out by htodd. | martin |
| 2014-12-27 | Add our common non standard extensions and fix typo (FE_EXCEPT_ALL -> | martin |
| 2014-12-27 | Fix consistent typo: it is FE_ALL_EXCEPT instead of FE_EXCEPT_ALL (this | martin |
| 2014-12-27 | fenv(3) support for hppa | martin |
| 2014-11-16 | Deal with the potential pressence of long double support. | joerg |
| 2014-11-15 | It's copysign, not _copysign. | joerg |
| 2014-11-15 | Add copysignl aliases. | joerg |
| 2014-11-14 | Define copysignl on !long double platforms. Be consistent in the use of | joerg |
| 2014-10-11 | Seems we need both sqrtl and _sqrtl as a weak alias - something must be | martin |
| 2014-10-11 | Fix _sqrtl alias | martin |
| 2014-10-10 | More aliases | martin |
| 2014-10-10 | Add a few missing weak aliases | martin |
| 2014-09-19 | New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) | matt |
| 2014-08-10 | Improve the code. %sp@(4) is already loaded in %fp0. | isaki |
| 2014-08-10 | Remove a meaningless conditional branch. | isaki |
| 2014-08-10 | Preliminary files for AARCH64 (64-bit ARM) support. | matt |
| 2014-03-15 | Need to load the full argument | martin |
| 2014-03-15 | Provide copysignf and copysignl | martin |
| 2014-03-06 | Provide sqrtl alias | martin |
| 2014-03-06 | Simple tanf() for vax | martin |
| 2014-03-03 | Drop in a fabs() after the fsqrt(). | dsl |
| 2014-02-03 | Provide scalbnl, scalbnf, logbl, logbf, fmaxl for vax. | martin |
| 2013-11-24 | Provide cbrtl() and cbrtf() for vax | martin |
| 2013-11-11 | Preserve the initial x87 control word in the global FP environment | joerg |
| 2013-10-18 | use the masked variable | christos |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-05-29 | Fix amd64 feraiseexcept so that it actually traps. | riastradh |