[libc-commits] [libc] [libc][math][c23] Add scalbln{, f, l, f128} C23 math functions (PR #102219)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 6 14:22:08 PDT 2024
================
@@ -0,0 +1,21 @@
+//===-- Implementation header for scalblnl ----------------------*- 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_SCALBLNL_H
+#define LLVM_LIBC_SRC_MATH_SCALBLNL_H
+
+#include "src/__support/macros/config.h"
+#include "src/__support/macros/properties/types.h"
----------------
overmighty wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/102219
More information about the libc-commits
mailing list