blob: 68dff9b3eca9d51e0a27f4829ea669af5167541b [file] [log] [blame]
//===-- Unittests for roundevenf ------------------------------------------===//
//
// 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 "RoundEvenTest.h"
#include "src/math/roundevenf.h"
LIST_ROUNDEVEN_TESTS(float, LIBC_NAMESPACE::roundevenf)