language-icon Old Web
English
Sign In

Superword Level Parallelism

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. 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.

[ "Instruction-level parallelism", "SIMD", "Instruction set", "Vectorization (mathematics)", "Data parallelism" ]
Parent Topic
Child Topic
    No Parent Topic