blob: b9cc321354a2831293848bf612d42df85384cbbe [file] [log] [blame]
//===-- Implementation header for fminimuml -------------------------*- 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_FMINIMUML_H
#define LLVM_LIBC_SRC_MATH_FMINIMUML_H
namespace LIBC_NAMESPACE {
long double fminimuml(long double x, long double y);
} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_MATH_FMINIMUML_H