blob: a1fdc40d577e70bdd4ca664b0b82bb1eef56effd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//===-- 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)
|