Neha Patil (Editor)

Superword Level Parallelism

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Superword level parallelism (SLP) is a vectorization technique based on loop unrolling and basic block vectorization. It is distinct from loop vectorization algorithms in that it can exploit parallelism of inline code, such as manipulating coordinates, color channels or in loops unrolled by hand. It is available in the gcc compiler since version 4.3.

Also supported by LLVM.

References

Superword Level Parallelism Wikipedia