blob: 9df427386cb0acb2cd1488e4f14584157e05e00c [file] [log] [blame]
//===-- Unittests for lroundf ---------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
#include "RoundToIntegerTest.h"
#include "include/math.h"
#include "src/math/lroundf.h"
LIST_ROUND_TO_INTEGER_TESTS(float, long, __llvm_libc::lroundf)