xref: /llvm-project/libc/test/src/math/smoke/f16divf128_test.cpp (revision 56ef6a2eb2a25d5960eafdb17eaaaa73cb318e57)
1*56ef6a2eSOverMighty //===-- Unittests for f16divf128 ------------------------------------------===//
2*56ef6a2eSOverMighty //
3*56ef6a2eSOverMighty // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*56ef6a2eSOverMighty // See https://llvm.org/LICENSE.txt for license information.
5*56ef6a2eSOverMighty // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*56ef6a2eSOverMighty //
7*56ef6a2eSOverMighty //===----------------------------------------------------------------------===//
8*56ef6a2eSOverMighty 
9*56ef6a2eSOverMighty #include "DivTest.h"
10*56ef6a2eSOverMighty 
11*56ef6a2eSOverMighty #include "src/math/f16divf128.h"
12*56ef6a2eSOverMighty 
13*56ef6a2eSOverMighty LIST_DIV_TESTS(float16, float128, LIBC_NAMESPACE::f16divf128)
14