blob: 855fd75e6e8f9629e42377d6b28ccbb33ab5f407 [file] [log] [blame] [edit]
//===-- Unittests for scalbnbf16 ------------------------------------------===//
//
// 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 "ScalbnTest.h"
#include "src/__support/FPUtil/bfloat16.h"
#include "src/math/scalbnbf16.h"
LIST_SCALBN_TESTS(bfloat16, int, LIBC_NAMESPACE::scalbnbf16)