[libc-commits] [libc] [llvm] [libc][math] Refactor llogb to Header Only (PR #175524)
Vedant Neve via libc-commits
libc-commits at lists.llvm.org
Mon Jan 12 06:04:08 PST 2026
================
@@ -7,12 +7,12 @@
//===----------------------------------------------------------------------===//
#include "src/math/llogb.h"
-#include "src/__support/FPUtil/ManipulationFunctions.h"
-#include "src/__support/common.h"
+#include "src/__support/math/llogb.h"
#include "src/__support/macros/config.h"
----------------
0bVdnt wrote:
Removed the redundant include of config.h
https://github.com/llvm/llvm-project/pull/175524
More information about the libc-commits
mailing list