[libc-commits] [libc] [libc][math][c23] Add fadd{l, f128} C23 math functions (PR #102531)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 14:45:49 PDT 2024
================
@@ -0,0 +1,22 @@
+//===-- Implementation of faddf128 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/__support/macros/config.h"
+#include "src/__support/macros/properties/types.h"
+
+
+#ifndef LLVM_LIBC_SRC_MATH_FADDF128_H
+#define LLVM_LIBC_SRC_MATH_FADDF128_H
----------------
overmighty wrote:
See https://github.com/llvm/llvm-project/pull/99694#discussion_r1685059983. You should probably just recreate the libc/src/math/fadd*.h headers with https://github.com/overmighty/llvm-dev-utils/blob/master/llvm_libc_add_math_function.py.
https://github.com/llvm/llvm-project/pull/102531
More information about the libc-commits
mailing list