[PATCH] D44658: [libcxx] Implement <experimental/simd> aligned load and store when compiled with Clang.

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 17:46:33 PDT 2018


timshen created this revision.
timshen added a reviewer: mclow.lists.
Herald added subscribers: christof, sanjoy.
Herald added a reviewer: EricWF.

Simply use __attribute__((align_value(...))).


https://reviews.llvm.org/D44658

Files:
  libcxx/include/experimental/simd

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44658.139050.patch
Type: text/x-patch
Size: 9649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180320/6d76d673/attachment-0001.bin>


More information about the cfe-commits mailing list