Comment on Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know

<- View Parent
InverseParallax@lemmy.world ⁨1⁩ ⁨week⁩ ago

Really depends on the target, llvm goes between unrollimg and vectorizing cleanly, to unrollimg to a ludicrous degree, to refusing to unroll period.

Some of it is subtarget specific, but sometimes it’s just weird.

Gcc is evil incarnate, all it’s passes are at war with each other, loop Canon form often broke vectorization and even unrolling period.

source
Sort:hotnewtop