[libc-commits] [libc] [libc][math][c23] Add entrypoints and tests for fsqrt{, l, f128} (PR #99669)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Sat Jul 20 17:30:26 PDT 2024
================
@@ -0,0 +1,20 @@
+//===-- Implementation header for fsqrtf128 ---------------------*- 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_FSQRTF128_H
+#define LLVM_LIBC_SRC_MATH_FSQRTF128_H
+
+#include "src/__support/macros/config.h"
----------------
Jobhdez wrote:
@overmighty let me know whether to add this again please. The tests ran and passed without it.
https://github.com/llvm/llvm-project/pull/99669
More information about the libc-commits
mailing list