blob: c6fc3aac5e7444af25eed3e7e4e1a614542a0b09 [file] [log] [blame]
//===-- Unittests for scalblnbf16 -----------------------------------------===//
//
// 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/scalblnbf16.h"
LIST_SCALBN_TESTS(bfloat16, long, LIBC_NAMESPACE::scalblnbf16)