[libc-commits] [libc] [libc][math] Optimize copysign{, f, f16} and fabs{, f, f16} with builtins when available (PR #99037)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 22 08:22:44 PDT 2024
================
@@ -412,6 +414,8 @@ add_entrypoint_object(
libc.src.__support.FPUtil.basic_operations
COMPILE_OPTIONS
-O2
----------------
lntue wrote:
Can you change this to `-O3`
https://github.com/llvm/llvm-project/pull/99037
More information about the libc-commits
mailing list