184c899b2STue Ly //===-- Unittests for truncf ----------------------------------------------===// 284c899b2STue Ly // 384c899b2STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 484c899b2STue Ly // See https://llvm.org/LICENSE.txt for license information. 584c899b2STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 684c899b2STue Ly // 784c899b2STue Ly //===----------------------------------------------------------------------===// 884c899b2STue Ly 984c899b2STue Ly #include "TruncTest.h" 1084c899b2STue Ly 1184c899b2STue Ly #include "src/math/truncf.h" 1284c899b2STue Ly 13*b6bc9d72SGuillaume Chatelet LIST_TRUNC_TESTS(float, LIBC_NAMESPACE::truncf) 14