xref: /llvm-project/libc/test/src/math/smoke/llrintf16_test.cpp (revision 2635d0419e4800c34c7cfea120a12fec8d4878fe)
1*2635d041SOverMighty //===-- Unittests for llrintf16 -------------------------------------------===//
2*2635d041SOverMighty //
3*2635d041SOverMighty // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*2635d041SOverMighty // See https://llvm.org/LICENSE.txt for license information.
5*2635d041SOverMighty // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*2635d041SOverMighty //
7*2635d041SOverMighty //===----------------------------------------------------------------------===//
8*2635d041SOverMighty 
9*2635d041SOverMighty #include "RoundToIntegerTest.h"
10*2635d041SOverMighty 
11*2635d041SOverMighty #include "src/math/llrintf16.h"
12*2635d041SOverMighty 
13*2635d041SOverMighty LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(float16, long long,
14*2635d041SOverMighty                                        LIBC_NAMESPACE::llrintf16)
15