blob: 0de9f448e8681217c0df1158df5c84d625804e38 [file] [log] [blame]
//===-- Unittests for conjf16 ---------------------------------------------===//
//
// 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 "ConjTest.h"
#include "src/complex/conjf16.h"
#if defined(LIBC_TYPES_HAS_CFLOAT16)
LIST_CONJ_TESTS(cfloat16, float16, LIBC_NAMESPACE::conjf16)
#endif // LIBC_TYPES_HAS_CFLOAT16