On Fri Dec 2 15:59:22 2022 +0000, Nikolay Sivov wrote:
What I'm saying is that maybe just inlining that function is enough already. Enrolling might be happening automatically, have you checked compiler output?
I will check that. I think inlining should be applied anyway. Thanks for suggesting.
Still with enrolling I don't need to calculate the modulo every loop and array indexes are hardcoded (no need to calculate it).
Unfortunately I am not expert with checking compiler output. Could you please give some advice regarding that?