blob: 3c80edbb433ba6c239a2527647b5d91919d8c42c [file] [log] [blame]
//===-- Unittests for frexpbf16 -------------------------------------------===//
//
// 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 "FrexpTest.h"
#include "src/__support/FPUtil/bfloat16.h"
#include "src/math/frexpbf16.h"
LIST_FREXP_TESTS(bfloat16, LIBC_NAMESPACE::frexpbf16);