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
The TS required a pointer to vectorizable type for loads and stores. At the latest when std::complex becomes a vectorizable type this is incorrect. The constraint should probably be std::convertible_to<iter_value_t<It>, value_type>. Or rather a Mandate?
The TS required a pointer to vectorizable type for loads and stores. At the latest when
std::complex
becomes a vectorizable type this is incorrect. The constraint should probably bestd::convertible_to<iter_value_t<It>, value_type>
. Or rather a Mandate?Related: #9
The text was updated successfully, but these errors were encountered: