Question:Why is there no code parallelism when using v1.10 assembly optimizer ?
Answer:
If using -g option, parallelism will be disabled,
so that user can debug the "correctness" of the code. Using -g -mu disables
software pipelining, to debug loops. If the user wants assembly optimized code, do not use
-g option.