blob: 497cd05c623911ff39070def3d3369814a4f041c [file] [log] [blame] [edit]
//===-- Unittests for fmaxf128 --------------------------------------------===//
//
// 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/fmaxf128.h"
LIST_FMAX_TESTS(float128, LIBC_NAMESPACE::fmaxf128)