0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

投稿 8 スーパースカラ スーパーパイプライン 2024/07/08

0
Posted at

本日の勉強時間 2H

CPU プロセッサの高速化について二つ。

パイプライン処理を複数個並列させて処理する方式を「スーパースカラ」と呼びます。
マイコンのサイズそのものは大きくなりますが、高機能を実現できます。

スーパーパイプライン処理とは、命令の各ステージを更に分割をして、分割したステージ単位で並列処理をする方式です。 図では、1つのステージをそれぞれ2分割しています。 その分割されたステージが終わると、次の分割されたステージの処理をするのと並行して、別の命令の分割されたステージを並行処理しています。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?