[libc] Enable intermediate computation in float for baremetal (#163829)

This can improve performance on 32-bit baremetal targets.
This commit is contained in:
Petr Hosek
2025-10-16 11:57:00 -07:00
committed by GitHub
parent 507373306e
commit 08c115d1f8

View File

@@ -36,7 +36,7 @@
},
"math": {
"LIBC_CONF_MATH_OPTIMIZATIONS": {
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_NO_ERRNO)"
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_NO_ERRNO | LIBC_MATH_INTERMEDIATE_COMP_IN_FLOAT)"
}
},
"general": {