timshen updated this revision to Diff 141189.
timshen added a comment.
Also optimize -O0 load and stores by using memcpy.
https://reviews.llvm.org/D44659
Files:
libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.elementwise/operators.pass.cpp
Index: libcxx/test/std/exp
timshen created this revision.
timshen added a reviewer: mclow.lists.
Herald added subscribers: christof, sanjoy.
Herald added a reviewer: EricWF.
When vector extension (__attribute__((vector_size(... is available
use its operators, instead of generating loops of scalar operations.
https://r