clean up dns_parse_callback
[musl] / src / fenv /
2021-09-23 Rich Felkeradd SPE FPU support to powerpc-sf
2020-04-18 Rich Felkerfix sh fesetround failure to clear old mode
2019-12-07 Ruinland ChuanTzu... riscv64: fix fesetenv(FE_DFL_ENV) crash
2019-06-14 Rich Felkeradd riscv64 architecture support
2018-10-10 Szabolcs Nagyfix fesetround error checking
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermake arch __fesetround backends hidden
2018-06-19 Rich Felkeradd m68k port
2016-11-12 Bobby Binghamadd s390x port
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Rich Felkeradd mips64 port
2016-01-20 Rich Felkerswitch arm, sh, and mips fenv asm from .sub system...
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-05 Szabolcs Nagyuse vfp mnemonics instead of p10 coprocessor ones in...
2015-10-19 Szabolcs Nagydeclare fpu usage to the assembler in arm hard-float...
2015-10-01 Rich Felkerfix mips fesetround failure to write back resulting...
2015-04-18 Rich Felkerfix mips fesetenv(FE_DFL_ENV) again
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-02-08 Szabolcs Nagysimplify armhf fesetenv
2015-02-08 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on mips
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-24 Rich Felkeradd missing sub files for mipsel-sf to use softfloat...
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
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