blob: 8e65c2b4a1ec54b165c93e82fe3857527509de3c [file] [log] [blame]
//===-- Unittests for fdimf128 --------------------------------------------===//
//
// 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 "FDimTest.h"
#include "src/math/fdimf128.h"
LIST_FDIM_TESTS(float128, LIBC_NAMESPACE::fdimf128);