[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:28 PDT 2024


================
@@ -400,6 +400,8 @@ add_entrypoint_object(
     libc.src.__support.FPUtil.basic_operations
   COMPILE_OPTIONS
     -O2
----------------
lntue wrote:

Since you are here, can you change these to `-O3`?

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


More information about the libc-commits mailing list