1fb69b92cSSiva Chandra Reddy //===-- Unittests for sqrtl------------------------------------------------===// 25078825aSTue Ly // 35078825aSTue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45078825aSTue Ly // See https://llvm.org/LICENSE.txt for license information. 55078825aSTue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 65078825aSTue Ly // 7fb69b92cSSiva Chandra Reddy //===----------------------------------------------------------------------===// 8fb69b92cSSiva Chandra Reddy 9fb69b92cSSiva Chandra Reddy #include "SqrtTest.h" 105078825aSTue Ly 115078825aSTue Ly #include "src/math/sqrtl.h" 125078825aSTue Ly 13*b6bc9d72SGuillaume Chatelet LIST_SQRT_TESTS(long double, LIBC_NAMESPACE::sqrtl) 14