cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

C++ compiler auto vectorization

Open tonycoz opened this issue 3 years ago • 0 comments

Channel

"C++Weekly"

Topics

Data structures (and preferably using std types) etc to induce C++ compiler auto vectorization.

I could see this covering both trying to write standard C++ code that the compiler can auto vectorize, and the gcc/clang built-in vector types[1][2] and C++ execution policies [3]

Length

Probably on the longer side, depending on the types of examples you use. It might be more than one episide.

[1] https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html [2] https://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors [3] https://en.cppreference.com/w/cpp/algorithm/execution_policy_tag_t

tonycoz avatar Sep 05 '22 23:09 tonycoz