blob: 2fa1beba3ed6090c83b7eceaedff75f2c2e17a20 [file]
//===-- Shared fminimum_numf function ---------------------------*- 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_SHARED_MATH_FMINIMUM_NUMF_H
#define LLVM_LIBC_SHARED_MATH_FMINIMUM_NUMF_H
#include "shared/libc_common.h"
#include "src/__support/math/fminimum_numf.h"
namespace LIBC_NAMESPACE_DECL {
namespace shared {
using math::fminimum_numf;
} // namespace shared
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SHARED_MATH_FMINIMUM_NUMF_H