diff options
Diffstat (limited to 'libc/src/math/nvptx/sincosf.cpp')
| -rw-r--r-- | libc/src/math/nvptx/sincosf.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libc/src/math/nvptx/sincosf.cpp b/libc/src/math/nvptx/sincosf.cpp deleted file mode 100644 index e4039ada837b..000000000000 --- a/libc/src/math/nvptx/sincosf.cpp +++ /dev/null @@ -1,21 +0,0 @@ -//===-- Implementation of the sincosf function for GPU --------------------===// -// -// 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 "src/math/sincosf.h" -#include "src/__support/common.h" - -#include "declarations.h" -#include "src/__support/macros/config.h" - -namespace LIBC_NAMESPACE_DECL { - -LLVM_LIBC_FUNCTION(void, sincosf, (float x, float *sinptr, float *cosptr)) { - return __nv_sincosf(x, sinptr, cosptr); -} - -} // namespace LIBC_NAMESPACE_DECL |
