blob: 49ad2f70b12a87e3f8fcee4b09d0ee93a9b4eb70 [file] [log] [blame] [edit]
//===-- Unittests for nextupbf16 ------------------------------------------===//
//
// 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 "NextUpTest.h"
#include "src/__support/FPUtil/bfloat16.h"
#include "src/math/nextupbf16.h"
LIST_NEXTUP_TESTS(bfloat16, LIBC_NAMESPACE::nextupbf16)