[libc-commits] [libc] Enable bare-metal hermetic tests on Arm (PR #207361)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Jul 7 00:58:38 PDT 2026


================
@@ -0,0 +1,7 @@
+{
+  "math": {
+    "LIBC_CONF_MATH_OPTIMIZATIONS": {
+      "value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES | LIBC_MATH_NO_ERRNO | LIBC_MATH_NO_EXCEPT | LIBC_MATH_INTERMEDIATE_COMP_IN_FLOAT | LIBC_MATH_ASSUME_ROUND_NEAREST_ONLY)"
----------------
petrhosek wrote:

Could we make this change to https://github.com/llvm/llvm-project/blob/main/libc/config/baremetal/config.json and avoid introducing a new `config.json` file just for Arm?

https://github.com/llvm/llvm-project/pull/207361


More information about the libc-commits mailing list