We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.1 | Centos7 | gcc9.2 | avx2+fma -O3 | | Intel Xeon Silver 42140
struct bla { int one{0}; int two{0}; } Vc::vector<bla> test={bla1, bla2, bla3, bla4, bla5, bla6, bla7, bla8, bla9, bla10}; Vc::int_v::IndexType indices = Vc::int_v::IndexesFromZero() + 4; Vc::int_m mask = indices < (test.size() - 1); // how can I apply the mask here? auto blibla = test[indices][&bla::one];
The gather and scatter methods which allow for masks are deprecated. How can I still use masked gather and scatter? Any help is much appreciated :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testcase
The gather and scatter methods which allow for masks are deprecated. How can I still use masked gather and scatter?
Any help is much appreciated :)
The text was updated successfully, but these errors were encountered: