xref: /llvm-project/libc/test/src/math/smoke/truncf128_test.cpp (revision 6ba9d2988ba471d3a1620da64d5a08f2edfe91ed)
1*6ba9d298Slntue //===-- Unittests for truncf128 -------------------------------------------===//
2*6ba9d298Slntue //
3*6ba9d298Slntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*6ba9d298Slntue // See https://llvm.org/LICENSE.txt for license information.
5*6ba9d298Slntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*6ba9d298Slntue //
7*6ba9d298Slntue //===----------------------------------------------------------------------===//
8*6ba9d298Slntue 
9*6ba9d298Slntue #include "TruncTest.h"
10*6ba9d298Slntue 
11*6ba9d298Slntue #include "src/math/truncf128.h"
12*6ba9d298Slntue 
13*6ba9d298Slntue LIST_TRUNC_TESTS(float128, LIBC_NAMESPACE::truncf128)
14