[libc-commits] [libc] [llvm] [libc][math] Refactor ffmaf128 into a header only. (PR #177873)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 09:16:04 PST 2026


================
@@ -59,32 +57,15 @@
 #include "math/expm1.h"
 #include "math/expm1f.h"
 #include "math/expm1f16.h"
-#include "math/f16fma.h"
-#include "math/f16fmal.h"
 #include "math/frexpf.h"
 #include "math/frexpf128.h"
 #include "math/frexpf16.h"
-#include "math/fsqrt.h"
-#include "math/fsqrtf128.h"
-#include "math/hypotf.h"
-#include "math/ilogbf.h"
-#include "math/ilogbf16.h"
-#include "math/ilogbl.h"
+#include "math/ffmaf128.h"
----------------
bassiounix wrote:

Please format the code. this should be on top due to alphabetical order.

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


More information about the libc-commits mailing list