mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
[libc] Enable intermediate computation in float for baremetal (#163829)
This can improve performance on 32-bit baremetal targets.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user