projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f43efa
)
(__fesetenv): Handle FE_NOMASK_ENV.
author
Andreas Jaeger
<aj@suse.de>
Fri, 15 Sep 2000 18:15:31 +0000
(18:15 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Fri, 15 Sep 2000 18:15:31 +0000
(18:15 +0000)
sysdeps/mips/fpu/fesetenv.c
patch
|
blob
|
history
diff --git
a/sysdeps/mips/fpu/fesetenv.c
b/sysdeps/mips/fpu/fesetenv.c
index
ab90e4d
..
ff84a41
100644
(file)
--- a/
sysdeps/mips/fpu/fesetenv.c
+++ b/
sysdeps/mips/fpu/fesetenv.c
@@
-32,6
+32,8
@@
__fesetenv (const fenv_t *envp)
if (envp == FE_DFL_ENV)
_FPU_SETCW (_FPU_DEFAULT);
+ else if (envp == FE_NOMASK_ENV)
+ _FPU_SETCW (_FPU_IEEE);
else
_FPU_SETCW (envp->__fp_control_register);