[PATCH] D20794: [CUDA] Fix order of vectorized ldg intrinsics' elements.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Mon May 30 09:50:00 PDT 2016
jlebar created this revision.
jlebar added subscribers: tra, cfe-commits.
The order is [x, y, z, w], not [w, x, y, z].
http://reviews.llvm.org/D20794
Files:
lib/Headers/__clang_cuda_intrinsics.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20794.58972.patch
Type: text/x-patch
Size: 2825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160530/2a52977a/attachment.bin>
More information about the cfe-commits
mailing list