6.6.6.6.3 -falign-loops
The -falign-loops option aligns loops using a
machine-dependent default.
Using -falign-loops=n aligns loops to a power-of-two boundary,
skipping up to n bytes like -falign-functions. The
hope is that the loop will be executed many times, which will make up for any execution
of the dummy operations.
