# SuperScalar
- A superscalar CPU architecture implements [Instruction level programming](Instruction%20level%20programming.md) inside a single processor which allows faster CPU throughput at the same clock rate.
- A superscalar processor executes more than one instruction during a clock cycle
- Simultaneously dispatches multiple instructions to multiple redundant functional units built inside the processor.