blob: 029df3ac5c9fe5704b2d87d931b1a8a82da252e6 [file] [log] [blame]
//===-- Implementation header for floorf ------------------------*- 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_FLOORF_H
#define LLVM_LIBC_SRC_MATH_FLOORF_H
namespace __llvm_libc {
float floorf(float x);
} // namespace __llvm_libc
#endif // LLVM_LIBC_SRC_MATH_FLOORF_H