[libc-commits] [libc] [llvm] [libc][math] Move hypot to shared/math and make it constexpr (PR #177588)

Nico Weber via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 06:21:26 PST 2026


================
@@ -7,14 +7,16 @@
 //===----------------------------------------------------------------------===//
 
 #include "src/math/hypot.h"
-#include "src/__support/FPUtil/Hypot.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
+#include "src/__support/math/hypot.h"
+// #include "src/__support/FPUtil/Hypot.h"
+// #include "src/__support/common.h"
+// #include "src/__support/macros/config.h"
----------------
nico wrote:

remove, don't comment out

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


More information about the libc-commits mailing list