blob: 4cbf846a1610f6fd0315a37e89fb2c608375d254 [file] [log] [blame]
//===-- Unittests for fmaximumf16 -----------------------------------------===//
//
// 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 "FMaximumTest.h"
#include "src/math/fmaximumf16.h"
LIST_FMAXIMUM_TESTS(float16, LIBC_NAMESPACE::fmaximumf16)