index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fenv
Commit message (
Expand
)
Author
Age
Files
Lines
*
add s390x port
Bobby Bingham
2016-11-11
1
-0
/
+55
*
add powerpc64 port
Bobby Bingham
2016-05-08
1
-0
/
+68
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
2
-0
/
+73
*
add powerpc soft-float support
Felix Fietkau
2016-03-06
2
-18
/
+27
*
add mips64 port
Rich Felker
2016-03-06
2
-0
/
+74
*
switch arm, sh, and mips fenv asm from .sub system to .S files
Rich Felker
2016-01-20
12
-6
/
+21
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
1
-0
/
+1
*
use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm
Szabolcs Nagy
2015-11-05
1
-10
/
+10
*
declare fpu usage to the assembler in arm hard-float asm files
Szabolcs Nagy
2015-10-19
1
-0
/
+2
*
fix mips fesetround failure to write back resulting mode
Rich Felker
2015-10-01
1
-0
/
+1
*
fix mips fesetenv(FE_DFL_ENV) again
Rich Felker
2015-04-17
1
-0
/
+1
*
add aarch64 port
Szabolcs Nagy
2015-03-11
1
-0
/
+67
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
1
-0
/
+19
*
simplify armhf fesetenv
Szabolcs Nagy
2015-02-08
1
-1
/
+0
*
fix fesetenv(FE_DFL_ENV) on mips
Szabolcs Nagy
2015-02-08
1
-1
/
+3
*
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
Rich Felker
2014-02-27
2
-0
/
+2
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
1
-0
/
+0
*
add missing sub files for mipsel-sf to use softfloat code
Rich Felker
2014-02-24
1
-0
/
+1
*
mips: add mips-sf subarch support (soft-float)
Szabolcs Nagy
2014-02-24
1
-0
/
+1
*
superh port
Bobby Bingham
2014-02-23
1
-0
/
+74
*
x32 port (diff against vanilla x86_64)
rofl0r
2014-02-23
1
-26
/
+26
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
1
-0
/
+97
*
fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
Szabolcs Nagy
2014-02-09
1
-1
/
+1
*
fix fesetenv(FE_DFL_ENV) on i386
Szabolcs Nagy
2014-02-09
1
-1
/
+1
*
fenv: fix i386 fesetround for sse
Szabolcs Nagy
2013-10-28
1
-1
/
+1
*
fix invalid instruction mnemonics in powerpc fenv asm
Rich Felker
2013-08-27
1
-3
/
+3
*
fix fenv exception functions to mask their argument
Szabolcs Nagy
2013-08-18
8
-18
/
+55
*
optimize x86 feclearexcept: only use save/restore x87 fenv if needed
Szabolcs Nagy
2013-08-18
2
-27
/
+38
*
add sse fenv support on i386 through hwcap
Szabolcs Nagy
2013-08-18
2
-9
/
+61
*
fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0
Szabolcs Nagy
2013-08-18
1
-2
/
+2
*
support floating point environment (fenv) on armhf (hard float) subarchs
Rich Felker
2013-08-16
3
-0
/
+62
*
fenv support for ppc, untested
Rich Felker
2012-11-18
1
-0
/
+120
*
fix feholdexcept -- it needs to clear exceptions after saving environment
Rich Felker
2012-11-18
1
-0
/
+1
*
fenv: return FE_TONEAREST in dummy fegetround
Szabolcs Nagy
2012-11-14
1
-1
/
+1
*
math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed
Szabolcs Nagy
2012-11-13
1
-0
/
+1
*
floating point environment/exceptions support for mips
Rich Felker
2012-10-18
1
-0
/
+60
*
try fixing/optimizing x86_64 fenv exception code
Rich Felker
2012-03-17
1
-18
/
+23
*
optimize x86 feclearexcept
Rich Felker
2012-03-17
1
-16
/
+20
*
fix x86_64 fe[gs]etround, analogous to nsz's x86 changes
Rich Felker
2012-03-17
1
-8
/
+9
*
minor 387 fenv optimizations
Rich Felker
2012-03-17
1
-6
/
+5
*
fix i386 fegetround and make fesetround faster
nsz
2012-03-17
1
-10
/
+10
*
use type directives for fenv asm functions
Rich Felker
2011-06-28
2
-0
/
+14
*
x86_64 fenv support (untested; at least known to build successfully)
Rich Felker
2011-06-13
1
-0
/
+88
*
fix fesetround - it was writing to status word instead of control word
Rich Felker
2011-06-13
1
-3
/
+8
*
floating point environment, untested
Rich Felker
2011-06-12
6
-0
/
+144