Open hmacdope opened 12 months ago
Could we make these loop counters size_t? Is there any reason they have to go from -1, 0, 1 and cant go 0, 1, 2 ?
size_t can help with the loop vectorisation.
Could we make these loop counters size_t? Is there any reason they have to go from -1, 0, 1 and cant go 0, 1, 2 ?
size_t can help with the loop vectorisation.