blob: efca320b2b373d2663348f682307f173f57da134 [file] [log] [blame]
//===-- Unittests for fmaximum_magf----------------------------------------===//
//
// 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 "FMaximumMagTest.h"
#include "src/math/fmaximum_magf.h"
LIST_FMAXIMUM_MAG_TESTS(float, LIBC_NAMESPACE::fmaximum_magf)