[libc-commits] [libc] [llvm] [libc][math] Refactor hypotf to Header Only. (PR #175679)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 15:34:09 PST 2026


================
@@ -6,93 +6,13 @@
 //
 //===----------------------------------------------------------------------===//
 #include "src/math/hypotf.h"
-#include "src/__support/FPUtil/FEnvImpl.h"
-#include "src/__support/FPUtil/FPBits.h"
-#include "src/__support/FPUtil/double_double.h"
-#include "src/__support/FPUtil/multiply_add.h"
-#include "src/__support/FPUtil/sqrt.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
-#include "src/__support/macros/optimization.h"
+#include "src/__support/math/hypotf.h"
+
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list