[libc-commits] [libc] d50423e - Revert "[libc] Enable intermediate computation in float for baremetal" (#163712)
via libc-commits
libc-commits at lists.llvm.org
Wed Oct 15 23:46:57 PDT 2025
Author: Petr Hosek
Date: 2025-10-15T23:46:53-07:00
New Revision: d50423e182e397b92d2502f3a833e645b6867f14
URL: https://github.com/llvm/llvm-project/commit/d50423e182e397b92d2502f3a833e645b6867f14
DIFF: https://github.com/llvm/llvm-project/commit/d50423e182e397b92d2502f3a833e645b6867f14.diff
LOG: Revert "[libc] Enable intermediate computation in float for baremetal" (#163712)
Reverts llvm/llvm-project#163622, see #163711 for details.
Added:
Modified:
libc/config/baremetal/config.json
Removed:
################################################################################
diff --git a/libc/config/baremetal/config.json b/libc/config/baremetal/config.json
index ffb4fe6487fdc..796b1d8ed1398 100644
--- a/libc/config/baremetal/config.json
+++ b/libc/config/baremetal/config.json
@@ -36,7 +36,7 @@
},
"math": {
"LIBC_CONF_MATH_OPTIMIZATIONS": {
- "value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_INTERMEDIATE_COMP_IN_FLOAT)"
+ "value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES)"
}
},
"general": {
More information about the libc-commits
mailing list