[libc-commits] [libc] [llvm] Refactor bf16addf128 to header only (PR #181058)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 12 11:49:03 PST 2026


================
@@ -7,15 +7,14 @@
 //===----------------------------------------------------------------------===//
 
 #include "src/math/bf16addf128.h"
-#include "src/__support/FPUtil/bfloat16.h"
-#include "src/__support/FPUtil/generic/add_sub.h"
+#include "src/__support/math/bf16addf128.h"
 #include "src/__support/common.h"
 #include "src/__support/macros/config.h"
----------------
abhijeetsharma200 wrote:

Done!

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


More information about the libc-commits mailing list