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