blob: cfc1a0521b3399f93dd6a33240151ad31f20f006 [file] [log] [blame]
//===-- Unittests for logbf16 ---------------------------------------------===//
//
// 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 "LogbTest.h"
#include "src/math/logbf16.h"
LIST_LOGB_TESTS(float16, LIBC_NAMESPACE::logbf16)