[PATCH] D39703: [CUDA] Remove implementations of nexttoward and nextafter.
Justin Lebar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 15:18:14 PST 2017
jlebar added a comment.
> Libdevice does provide implementation for __nv_nextafterf() and __nv_nextafter() and it has corresponding wrappers in math_functions.h[pp].
>
> Perhaps we should keep nextafter around.
Oh, that changes things, since nexttoward is basically the same thing as nextafter. Thanks.
Let's scrap this and try again.
https://reviews.llvm.org/D39703
More information about the cfe-commits
mailing list