Hacker News new | ask | show | jobs
by ww520 1482 days ago
Besides the autovectorization, the second version also has two additional assignments. Depending on how the storage is used for these, whether it’s to registers, L1/L2, or stack, there might be performance hit.
1 comments

Why would it be in anything but registers?