blob: 79c03b7685b06821ea83b209f6106f4fa33ae4fc [file] [log] [blame] [edit]
//===-- Unittests for fmaxf16 --------------------------------------------===//
//
// 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 "FMaxTest.h"
#include "src/math/fmaxf16.h"
LIST_FMAX_TESTS(float16, LIBC_NAMESPACE::fmaxf16)