I find it interesting the author doesn’t explore putting restrict onto the pointers. Maybe they tried it and it made no difference, but I do wonder if that would allow more optimizations for the generic loop implementation.
restrict
I find it interesting the author doesn’t explore putting
restrict
onto the pointers. Maybe they tried it and it made no difference, but I do wonder if that would allow more optimizations for the generic loop implementation.