[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 24 15:20:40 PDT 2024


================
@@ -0,0 +1,21 @@
+//===-- Implementation of daddf128 function -------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/daddf128.h"
+#include "include/llvm-libc-types/float128.h"
----------------
overmighty wrote:

Existing code transitively includes .../properties/types.h from src/math/<function>.h, so I would do the same.

```suggestion
```

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


More information about the libc-commits mailing list