blob: a398a0b44dd90ddce7770c58086a9cdc444c24e0 [file] [edit]
//===-- Unittests for isnanf16 --------------------------------------------===//
//
// 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/isnanf16.h"
LIST_ISNAN_TESTS(float16, LIBC_NAMESPACE::isnanf16)