Skip to content

Commit 82f3269

Browse files
petrhosekgithub-actions[bot]
authored andcommitted
Automerge: [libc] Enable intermediate computation in float for baremetal (#163622)
This can improve performance on 32-bit baremetal targets.
2 parents 49b5b6c + 49f03ee commit 82f3269

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)"
39+
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_INTERMEDIATE_COMP_IN_FLOAT)"
4040
}
4141
},
4242
"general": {

0 commit comments

Comments
 (0)