1*4e567242SOverMighty //===-- Unittests for f16subl ---------------------------------------------===// 2*4e567242SOverMighty // 3*4e567242SOverMighty // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*4e567242SOverMighty // See https://llvm.org/LICENSE.txt for license information. 5*4e567242SOverMighty // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*4e567242SOverMighty // 7*4e567242SOverMighty //===----------------------------------------------------------------------===// 8*4e567242SOverMighty 9*4e567242SOverMighty #include "SubTest.h" 10*4e567242SOverMighty 11*4e567242SOverMighty #include "src/math/f16subl.h" 12*4e567242SOverMighty 13*4e567242SOverMighty LIST_SUB_TESTS(float16, long double, LIBC_NAMESPACE::f16subl) 14