[libc-commits] [libc] [libc][math][c23] Add dfma{l, f128} and dsub{l, f128} C23 math functions (PR #101089)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 30 13:00:19 PDT 2024


================
@@ -0,0 +1,25 @@
+//===-- Implementation of dfmaf128 header -----------------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_DFMAf128_H
+#define LLVM_LIBC_SRC_MATH_DFMAf128_H
+
+#include "src/math/dfmaf128.h"
+#include "src/__support/FPUtil/FMA.h"
+#include "src/__support/macros/config.h"
+#include "src/__support/macros/properties/types.h"
----------------
aaryanshukla wrote:

fixed all 

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


More information about the libc-commits mailing list