prevent CNAME/PTR parsing from reading data past the response end
[musl] / src / fenv / i386 /
2018-09-12 Rich Felkermake arch __fesetround backends hidden
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on i386
2013-10-28 Szabolcs Nagyfenv: fix i386 fesetround for sse
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
2012-03-17 Rich Felkeroptimize x86 feclearexcept
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 Felkerfix fesetround - it was writing to status word instead...
2011-06-12 Rich Felkerfloating point environment, untested