LoginSignup
0
0

Note

Last updated at Posted at 2024-06-18

すぐ確認できるように、ここにまとめておきます(ほぼ自分用)。

CPUアーキテクチャについて

CISC(Complex Instruction Set Computer)
   └── x86,x86-64(x64またはamd64と呼ばれることも)
        └── Intel社
              └── Xeon、Core、Pentium、Celeronなど
        └── AMD社
              └── Ryzen、Athlon、Optelonなど

RISC(Reduced Instruction Set Computer) 
   └── arm
        └── ARM社
              └── ARMv7(32bit)
              └── ARMv8
                    └── AArch32(32bit)(LinuxではAArch32をarmと表記)
                    └── AArch64(64bit)(LinuxではAArch64をarm64と表記)
   └── RISC-V
        └── カリフォルニア大学バークレー校

参考:https://qiita.com/rihib/items/6b70361b48c3840d09b0https://qiita.com/rihib/items/6b70361b48c3840d09b0

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