[libc-commits] [libc] [libc] Make LIBC_MATH_NO_ERRNO imply `-fno-math-errno` (PR #125794)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Wed Feb 5 00:07:55 PST 2025
================
@@ -71,6 +64,9 @@ function(_get_compile_options_from_flags output_var)
"SHELL:-Xclang -target-feature -Xclang +fullfp16")
endif()
endif()
+ if(LIBC_CONF_MATH_OPTIMIZATIONS MATCHES "LIBC_MATH_NO_ERRNO")
----------------
petrhosek wrote:
Done.
https://github.com/llvm/llvm-project/pull/125794
More information about the libc-commits
mailing list