halt dynamic linker library search on errors resolving $ORIGIN in rpath
[oweals/musl.git] / src / fenv /
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