Skip to content

Commit d50423e

Browse files
authored
Revert "[libc] Enable intermediate computation in float for baremetal" (#163712)
Reverts #163622, see #163711 for details.
1 parent 8570ba2 commit d50423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/baremetal/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"math": {
3838
"LIBC_CONF_MATH_OPTIMIZATIONS": {
39-
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_INTERMEDIATE_COMP_IN_FLOAT)"
39+
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES)"
4040
}
4141
},
4242
"general": {

0 commit comments

Comments
 (0)