LLVM libc | 5d20f49 | 2024-09-26 07:23:07 -0700 | [diff] [blame] | 1 | //===-- Unittest for isfinite[l] macro ------------------------------------===// |
| 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. |
LLVM libc | f337d72 | 2025-01-16 22:32:23 -0800 | [diff] [blame] | 5 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
LLVM libc | 5d20f49 | 2024-09-26 07:23:07 -0700 | [diff] [blame] | 6 | // |
| 7 | //===----------------------------------------------------------------------===// |
| 8 | |
| 9 | #include "IsFiniteTest.h" |
| 10 | #include "include/llvm-libc-macros/math-function-macros.h" |
| 11 | |
| 12 | LIST_ISFINITE_TESTS(long double, isfinite) |