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?

0.アーキテクチャとは

プロセッサの基本的な設計構造や命令セットの体系を指す。
x86 x64 は CISC(Complex Instruction Set Computer) と呼ばれる命令セット。
「複雑な処理」を「少ない命令」で実行しようとする思想である。
arm は RISC(Reduced Instruction Set Computer) と呼ばれる命令セットとなる。

1.ARM,AMDの違い

勘違いしやすいが、AMDだからといってintel製CPUが含まれないわけではない。
ARMは主にスマートフォン向けである。

2.x64,x86とは

×64は64bitの情報を処理可能。
×86は32bitの情報が処理可能、
となっている。
因みに、
amd64x86_64
等と書いてあってもx64とほぼ同じだと思って問題はない。
基本的にARMとAMDプロセッサは互換性がないので、アプリのダウンロード時に選択する場合は注意すべきである。

3.終わりに

意外とわかりにくかったりするようでそうでもないので覚えておきたい基礎知識でした。
それでは良いインフラライフを!

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?