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