blob: 061370adce558ed8bdb677d0e109582d5e27a5ed [file] [edit]
//===-- Unittests for isnanf128 -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "IsNanTest.h"
#include "src/math/isnanf128.h"
LIST_ISNAN_TESTS(float128, LIBC_NAMESPACE::isnanf128)