add ipv6 and icmpv6 to getprotoent-family functions
[musl] / src / fenv /
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on i386
2013-10-28 Szabolcs Nagyfenv: fix i386 fesetround for sse
2013-08-27 Rich Felkerfix invalid instruction mnemonics in powerpc fenv asm
2013-08-18 Szabolcs Nagyfix fenv exception functions to mask their argument
2013-08-18 Szabolcs Nagyoptimize x86 feclearexcept: only use save/restore x87...
2013-08-18 Szabolcs Nagyadd sse fenv support on i386 through hwcap
2013-08-18 Szabolcs Nagyfix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0
2013-08-16 Rich Felkersupport floating point environment (fenv) on armhf...
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich Felkerfix feholdexcept -- it needs to clear exceptions after...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Szabolcs Nagyfenv: return FE_TONEAREST in dummy fegetround
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
2012-10-19 Rich Felkerfloating point environment/exceptions support for mips
2012-03-18 Rich Felkertry fixing/optimizing x86_64 fenv exception code
2012-03-17 Rich Felkeroptimize x86 feclearexcept
2012-03-17 Rich Felkerfix x86_64 fe[gs]etround, analogous to nsz's x86 changes
2012-03-17 Rich Felkerminor 387 fenv optimizations
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-17 nszfix i386 fegetround and make fesetround faster
2011-06-28 Rich Felkeruse type directives for fenv asm functions
2011-06-13 Rich Felkerx86_64 fenv support (untested; at least known to build...
2011-06-13 Rich Felkerfix fesetround - it was writing to status word instead...
2011-06-12 Rich Felkerfloating point environment, untested