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