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

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Aug 25 01:29:52 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:

Arm and RISC-V use the same default and we don't support any other baremetal targets in LLVM libc at the moment so I think it makes sense to move this to the shared config.

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


More information about the libc-commits mailing list