blob: 0f4aeef673ba7a990e826c2aced0117fa4e548e8 [file] [edit]
//===----------------------------------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
///
/// \file
/// This file contains the shared statically-rounded expf(x) function
///
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SHARED_MATH_STATIC_ROUNDING_EXPF_H
#define LLVM_LIBC_SHARED_MATH_STATIC_ROUNDING_EXPF_H
#include "shared/libc_common.h"
#include "src/__support/math/expf_integer_eval.h"
namespace LIBC_NAMESPACE_DECL {
namespace shared {
using math::static_rounding::expf;
} // namespace shared
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SHARED_MATH_STATIC_ROUNDING_EXPF_H