[PATCH] D60220: [CUDA][Windows] Final fix for bug 38811 (Step 3 of 3)
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 09:43:08 PDT 2019
tra added a comment.
One more thing -- perhaps the `long double` declarations should be put under `#ifndef _MSC_VER` in all the files to make the change unobservable on non-windows platforms.
Adding a comment why we only have declarations for these functions would also be helpful.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60220/new/
https://reviews.llvm.org/D60220
More information about the cfe-commits
mailing list