1*ad4ee2d7STue Ly //===-- Unittests for generic implementation of sqrt ----------------------===// 2*ad4ee2d7STue Ly // 3*ad4ee2d7STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*ad4ee2d7STue Ly // See https://llvm.org/LICENSE.txt for license information. 5*ad4ee2d7STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*ad4ee2d7STue Ly // 7*ad4ee2d7STue Ly //===----------------------------------------------------------------------===// 8*ad4ee2d7STue Ly 9*ad4ee2d7STue Ly #include "SqrtTest.h" 10*ad4ee2d7STue Ly 11*ad4ee2d7STue Ly #include "src/__support/FPUtil/generic/sqrt.h" 12*ad4ee2d7STue Ly 13*ad4ee2d7STue Ly LIST_SQRT_TESTS(double, __llvm_libc::fputil::sqrt<double>) 14