Format:
PRAGMA SPEED
Anything physically following this pragma will be optimized for
speed. Currently this only affects the generation of the shift
operators -- loops will be unrolled for SPEED, but used for SIZE.
In the future this could affect other loop unrolling.