[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libc / test / src / math / fmaf_test.cpp
blob09e9c504b942a0f3a2412c7e632b316bc5977ab0
1 //===-- Unittests for fmaf ------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "FmaTest.h"
11 #include "src/math/fmaf.h"
13 LIST_FMA_TESTS(float, LIBC_NAMESPACE::fmaf)