blob: cb6c5f9ab15f582f28afe94308b25bf0bf032ecf [file] [log] [blame]
//===-- Unittests for nexttowardf -----------------------------------------===//
//
// 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 "NextTowardTest.h"
#include "src/math/nexttowardf.h"
LIST_NEXTTOWARD_TESTS(float, LIBC_NAMESPACE::nexttowardf)