2024-09-23 10:20:46 +05:30
|
|
|
//===-- Unittest for issubnormal[f] 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-09-23 10:20:46 +05:30
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
|
|
#include "IsSubnormalTest.h"
|
|
|
|
|
#include "include/llvm-libc-macros/math-function-macros.h"
|
|
|
|
|
|
|
|
|
|
LIST_ISSUBNORMAL_TESTS(float, issubnormal)
|