diff options
Diffstat (limited to 'libc/src/math/nvptx/lrintf.cpp')
| -rw-r--r-- | libc/src/math/nvptx/lrintf.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libc/src/math/nvptx/lrintf.cpp b/libc/src/math/nvptx/lrintf.cpp deleted file mode 100644 index 3ed05f6ca34c..000000000000 --- a/libc/src/math/nvptx/lrintf.cpp +++ /dev/null @@ -1,19 +0,0 @@ -//===-- Implementation of the lrintf 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/lrintf.h" -#include "src/__support/common.h" - -#include "declarations.h" -#include "src/__support/macros/config.h" - -namespace LIBC_NAMESPACE_DECL { - -LLVM_LIBC_FUNCTION(long, lrintf, (float x)) { return __nv_lrintf(x); } - -} // namespace LIBC_NAMESPACE_DECL |
