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

Chinmay Ingle via libc-commits libc-commits at lists.llvm.org
Tue Jan 27 02:04:44 PST 2026


================
@@ -65,6 +65,7 @@
 #include "math/fsqrt.h"
 #include "math/fsqrtf128.h"
 #include "math/hypotf.h"
+#include "math/hypot.h"
 #include "math/ilogbf.h"
----------------
chinmayingle wrote:

done

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


More information about the libc-commits mailing list