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
Requires:binary_op shall be callable with two arguments of type T returning T, or callable with two arguments of type simd<T, A1> returning simd<T, A1> for every A1 that is an ABI tag type.
Why isn't this “Requires:binary_op shall be callable with two arguments of type simd<T, A1> returning simd<T, A1> for every A1 that is an ABI tag type.”?
The text was updated successfully, but these errors were encountered:
Why isn't this “Requires:
binary_op
shall be callable with two arguments of typesimd<T, A1>
returningsimd<T, A1>
for everyA1
that is an ABI tag type.”?The text was updated successfully, but these errors were encountered: