Skip to content
Commit 5287422f authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Add unroll hint to inner loop in WindowQuads::makeInterleavedArrays

The inner loop here has a fixed size and unrolling it allows better
vectorization. Both GCC and clang recognise the `#pragma GCC unroll`
directive.
parent a95b5568
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment