[libc-commits] [libc] [llvm] [libc][math] Refactor bf16divf128 to Header Only (PR #186641)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Mon Mar 16 04:44:55 PDT 2026


================
@@ -5140,12 +5140,12 @@ add_entrypoint_object(
     bf16divf128.cpp
   HDRS
     ../bf16divf128.h
+  COMPILE_OPTIONS
+    -O3
----------------
vhscampos wrote:

Why is `COMPILE_OPTIONS` specially required here?

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


More information about the libc-commits mailing list