Instruction Level Parallelism
Most ILP is implicit, i.e., instructions that can be
executed in parallel are automatically discovered
by the hardware at runtime.
Intel launched Itanium, the first IA-64 processor,
that explores explicit parallelism at the instruction
level, in this processors the compiler codes parallel
operations in the assembly code.
But applications are still written in standard sequential