You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A <code>simd</code> object initialized with the results of the element-wise application of the indicated operator.
1657
+
</ins>
1658
+
</cxx-returns>
1659
+
1660
+
<cxx-throws>
1661
+
<ins>
1662
+
Nothing.
1663
+
</ins>
1664
+
</cxx-throws>
1665
+
1666
+
<cxx-remarks>
1667
+
<ins>
1668
+
Each of these operators shall not participate in overload resolution unless the indicated operator can be applied to objects of type <code>value_type</code>.
1669
+
</ins>
1670
+
</cxx-remarks>
1671
+
</cxx-function>
1672
+
1673
+
<cxx-function>
1674
+
<cxx-signature><ins>
1675
+
friend simd operator<<(const simd& v, int n);
1676
+
friend simd operator>>(const simd& v, int n);
1677
+
</ins></cxx-signature>
1678
+
1679
+
<cxx-returns>
1680
+
<ins>
1681
+
A <code>simd</code> object where the <em>i</em>-th element is initialized to the result of applying the indicated operator to <code>v[i]</code> and <code>n</code> for all <code>i</code> ∊ <code>[0, size())</code>.
1682
+
</ins>
1683
+
</cxx-returns>
1684
+
1685
+
<cxx-throws>
1686
+
<ins>
1687
+
Nothing.
1688
+
</ins>
1689
+
</cxx-throws>
1690
+
1691
+
<cxx-remarks>
1692
+
<ins>
1693
+
These operators shall not participate in overload resolution unless the indicated operator can be applied to objects of type <code>value_type</code>.
0 commit comments