timshen updated this revision to Diff 139045.
timshen added a comment.
Herald added a subscriber: christof.
Rebase.
https://reviews.llvm.org/D41845
Files:
libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.cons/load.pass.cpp
libcxx/test/std/experimental/simd/simd.mask
timshen updated this revision to Diff 129017.
timshen added a comment.
Update on template variable #ifdefs in tests.
https://reviews.llvm.org/D41845
Files:
libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.cons/load.pass.cpp
libcxx/test/std/experimental/simd/simd.mas
timshen updated this revision to Diff 129006.
timshen added a comment.
Implement memory_alignment.
https://reviews.llvm.org/D41845
Files:
libcxx/include/experimental/simd
Index: libcxx/include/experimental/simd
===
--- libcxx/in
timshen created this revision.
timshen added reviewers: mclow.lists, EricWF.
Herald added a subscriber: sanjoy.
The cleanup patch adds sevreal TODOs for the following unimplemented
features:
*) aligned load
*) simd<> version of functions
This patch declares the completion of my implementation of