We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbeafc commit c9c6fd6Copy full SHA for c9c6fd6
1 file changed
riscv64/fenv.c
@@ -37,7 +37,7 @@
37
* Hopefully the system ID byte is immutable, so it's valid to use
38
* this as a default environment.
39
*/
40
-const fenv_t __fe_dfl_env = 0;
+const fenv_t __fe_dfl_env = {0};
41
42
#ifdef __riscv_float_abi_soft
43
#define __set_env(env, flags, mask, rnd) env = ((flags) | (rnd) << 5)
0 commit comments