summaryrefslogtreecommitdiff
path: root/test/src/math/differential_testing/sqrtf_diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/math/differential_testing/sqrtf_diff.cpp')
-rw-r--r--test/src/math/differential_testing/sqrtf_diff.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/src/math/differential_testing/sqrtf_diff.cpp b/test/src/math/differential_testing/sqrtf_diff.cpp
deleted file mode 100644
index 22ddeaac9caf..000000000000
--- a/test/src/math/differential_testing/sqrtf_diff.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- Differential test for sqrtf----------------------------------------===//
-//
-// 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 "SingleInputSingleOutputDiff.h"
-
-#include "src/math/sqrtf.h"
-
-#include <math.h>
-
-SINGLE_INPUT_SINGLE_OUTPUT_DIFF(float, LIBC_NAMESPACE::sqrtf, ::sqrtf,
- "sqrtf_diff.log")