blob: 932a8b36a59e477a8a02e7dfbba87c4ebc62572d [file] [log] [blame]
//===-- Unittests for nextdownf128 ----------------------------------------===//
//
// 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 "NextDownTest.h"
#include "src/math/nextdownf128.h"
LIST_NEXTDOWN_TESTS(float128, LIBC_NAMESPACE::nextdownf128)