where expressions always store the mask by value, and the object by reference.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 16234 Build 16234: arc lint + arc unit
Paths
| Differential D41843
[libcxx] implement <experimental/simd> where expressions. Needs ReviewPublic Authored by timshen on Jan 8 2018, 4:46 PM.
Details
Summary where expressions always store the mask by value, and the object by reference.
Diff Detail
Event Timeline
Revision Contents
Diff 139043 libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.whereexpr/const_where_expression.pass.cpp
libcxx/test/std/experimental/simd/simd.whereexpr/where.pass.cpp
libcxx/test/std/experimental/simd/simd.whereexpr/where_expression.pass.cpp
|
style: return {__m, __v};?