Skip to content

Remove most for loops in simd_kernel_inner.h

Berk Hess requested to merge bh-rm-for-from-simdkernelinner into release-2024

Some compilers would not unroll these loops because the cost estimate was higher than the threshold.

Fixes #5036 (closed) Refs #4752

Edited by Berk Hess

Merge request reports