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