blob: fbfe26288e337d79e674fd173a0ccbf25bf9fb17 [file] [log] [blame]
LLVM libc5d20f492024-09-26 07:23:07 -07001//===-- 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 libcf337d722025-01-16 22:32:23 -08005// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
LLVM libc5d20f492024-09-26 07:23:07 -07006//
7//===----------------------------------------------------------------------===//
8
9#include "IsFiniteTest.h"
10#include "include/llvm-libc-macros/math-function-macros.h"
11
12LIST_ISFINITE_TESTS(long double, isfinite)