13 lines · cpp
1//===-- Unittests for rsqrtf ----------------------------------------------===//2// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.3// See https://llvm.org/LICENSE.txt for license information.4// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception5//6//===----------------------------------------------------------------------===//7 8#include "RsqrtTest.h"9 10#include "src/math/rsqrtf.h"11 12LIST_RSQRT_TESTS(float, LIBC_NAMESPACE::rsqrtf)13