blob: d930ba3f48734f6de65ea542290bafb4bcbe0f52 [file] [log] [blame]
//===-- Unittests for fromfpxbf16 -----------------------------------------===//
//
// 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 "FromfpxTest.h"
#include "src/__support/FPUtil/bfloat16.h"
#include "src/math/fromfpxbf16.h"
LIST_FROMFPX_TESTS(bfloat16, LIBC_NAMESPACE::fromfpxbf16)