[libc-commits] [libc] [libc] Enable bare-metal hermetic tests on Arm (PR #207361)
Volodymyr Turanskyy via libc-commits
libc-commits at lists.llvm.org
Tue Aug 25 06:17:35 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)"
----------------
voltur01 wrote:
Thank you for the confirmation - moved.
https://github.com/llvm/llvm-project/pull/207361
More information about the libc-commits
mailing list