[PATCH] D44657: [libcxx] fix a sanitizer-reported bug in <experimental/simd>
Tim Shen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 19 17:42:50 PDT 2018
timshen created this revision.
timshen added a reviewer: mclow.lists.
Herald added subscribers: christof, sanjoy.
Herald added a reviewer: EricWF.
Herald added a reviewer: EricWF.
In __simd_reference, the conversion between bool and mask integer is
in wrong place.
https://reviews.llvm.org/D44657
Files:
libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.access/default.pass.cpp
libcxx/test/std/experimental/simd/simd.mask.access/default.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44657.139048.patch
Type: text/x-patch
Size: 3585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180320/6243db92/attachment.bin>
More information about the cfe-commits
mailing list