blob: ce8b705b0385e2e256c9e3121ae5d263ed9f0781 [file] [log] [blame]
//===-- Unittests for fminl -----------------------------------------------===//
//
// 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 "FMinTest.h"
#include "src/math/fminl.h"
LIST_FMIN_TESTS(long double, __llvm_libc::fminl)