2024-07-13 20:01:36 -07:00
|
|
|
//===-- Unittest for isfinite[l] macro ------------------------------------===//
|
|
|
|
//
|
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
2025-01-14 10:53:41 -08:00
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2024-07-13 20:01:36 -07:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "IsFiniteTest.h"
|
|
|
|
#include "include/llvm-libc-macros/math-function-macros.h"
|
|
|
|
|
|
|
|
LIST_ISFINITE_TESTS(long double, isfinite)
|