blob: a1fdc40d577e70bdd4ca664b0b82bb1eef56effd [file] [log] [blame]
//===-- Unittests for roundevenf128 ---------------------------------------===//
//
// 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/roundevenf128.h"
LIST_ROUNDEVEN_TESTS(float128, LIBC_NAMESPACE::roundevenf128)