blob: 46e52cf068a7b7d9fa6cb3226cf5421d3a11b56b [file] [log] [blame] [edit]
//===-- Unittests for f16mulf128 ------------------------------------------===//
//
// 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 "MulTest.h"
#include "src/math/f16mulf128.h"
LIST_MUL_TESTS(float16, float128, LIBC_NAMESPACE::f16mulf128)