diff options
author | Justin Lebar <jlebar@google.com> | 2017-11-17 01:15:43 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2017-11-17 01:15:43 +0000 |
commit | 370c766e407ae1b44e568d55bc1f2a6aa1b12aeb (patch) | |
tree | 00b08ff60acd1ce5c22d6951a064cd0d184de52f /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 5a440d323a5baa51b6b2fa569ac14e96fe65312e (diff) | |
download | llvm-370c766e407ae1b44e568d55bc1f2a6aa1b12aeb.zip llvm-370c766e407ae1b44e568d55bc1f2a6aa1b12aeb.tar.gz llvm-370c766e407ae1b44e568d55bc1f2a6aa1b12aeb.tar.bz2 |
[CUDA] Remove implementations of nexttoward.
Summary:
__builtin_nexttoward lowers to a libcall, e.g. nexttowardf(), that CUDA
does not have.
Rather than try to implement it, we simply remove these functions --
nvcc doesn't support them either, and nextafter, which does work, does
essentially the same thing on GPUs, because GPUs don't have long double.
Reviewers: tra
Subscribers: cfe-commits, sanjoy
Differential Revision: https://reviews.llvm.org/D40152
llvm-svn: 318494
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions