Skip to content

Conversation

@petrhosek
Copy link
Member

Reverts #163622, see #163711 for details.

@petrhosek petrhosek requested a review from lntue October 16, 2025 06:46
@petrhosek petrhosek added the libc label Oct 16, 2025
@petrhosek petrhosek merged commit d50423e into main Oct 16, 2025
19 of 22 checks passed
@petrhosek petrhosek deleted the revert-163622-libc-baremetal-intermediate-math-in-float branch October 16, 2025 06:46
@llvmbot
Copy link
Member

llvmbot commented Oct 16, 2025

@llvm/pr-subscribers-libc

Author: Petr Hosek (petrhosek)

Changes

Reverts llvm/llvm-project#163622, see #163711 for details.


Full diff: https://github.com/llvm/llvm-project/pull/163712.diff

1 Files Affected:

  • (modified) libc/config/baremetal/config.json (+1-1)
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": {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants