blob: a559ccf0eda7220b3c5f6109835ea46094936a5c [file] [log] [blame]
//===-- Unittests for lrintf128 -------------------------------------------===//
//
// 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 "src/math/lrintf128.h"
LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(float128, long,
LIBC_NAMESPACE::lrintf128)