Loop unrolling under arm

I can see loops being unrolled in release x86 builds but not in arm builds, is this a known limitation?

let items: [Int] = ... large array
items.reduce(0, ^)
1 Like