xref: /llvm-project/libc/src/math/getpayloadf16.h (revision 5ff3ff33ff930e4ec49da7910612d8a41eb068cb)
11107575cSOverMighty //===-- Implementation header for getpayloadf16 -----------------*- C++ -*-===//
21107575cSOverMighty //
31107575cSOverMighty // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
41107575cSOverMighty // See https://llvm.org/LICENSE.txt for license information.
51107575cSOverMighty // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
61107575cSOverMighty //
71107575cSOverMighty //===----------------------------------------------------------------------===//
81107575cSOverMighty 
91107575cSOverMighty #ifndef LLVM_LIBC_SRC_MATH_GETPAYLOADF16_H
101107575cSOverMighty #define LLVM_LIBC_SRC_MATH_GETPAYLOADF16_H
111107575cSOverMighty 
12*5ff3ff33SPetr Hosek #include "src/__support/macros/config.h"
131107575cSOverMighty #include "src/__support/macros/properties/types.h"
141107575cSOverMighty 
15*5ff3ff33SPetr Hosek namespace LIBC_NAMESPACE_DECL {
161107575cSOverMighty 
171107575cSOverMighty float16 getpayloadf16(const float16 *x);
181107575cSOverMighty 
19*5ff3ff33SPetr Hosek } // namespace LIBC_NAMESPACE_DECL
201107575cSOverMighty 
211107575cSOverMighty #endif // LLVM_LIBC_SRC_MATH_GETPAYLOADF16_H
22