Jump to content

processor architecture

What is the difference between different cpu architectures?

Link to comment
Share on other sites

Link to post
Share on other sites

Improved: efficiency, (sometimes) performance.

 

Changed: higher price, sometimes new socket.

CPU: i7-2600K 4751MHz 1.44V (software) --> 1.47V at the back of the socket Motherboard: Asrock Z77 Extreme4 (BCLK: 103.3MHz) CPU Cooler: Noctua NH-D15 RAM: Adata XPG 2x8GB DDR3 (XMP: 2133MHz 10-11-11-30 CR2, custom: 2203MHz 10-11-10-26 CR1 tRFC:230 tREFI:14000) GPU: Asus GTX 1070 Dual (Super Jetstream vbios, +70(2025-2088MHz)/+400(8.8Gbps)) SSD: Samsung 840 Pro 256GB (main boot drive), Transcend SSD370 128GB PSU: Seasonic X-660 80+ Gold Case: Antec P110 Silent, 5 intakes 1 exhaust Monitor: AOC G2460PF 1080p 144Hz (150Hz max w/ DP, 121Hz max w/ HDMI) TN panel Keyboard: Logitech G610 Orion (Cherry MX Blue) with SteelSeries Apex M260 keycaps Mouse: BenQ Zowie FK1

 

Model: HP Omen 17 17-an110ca CPU: i7-8750H (0.125V core & cache, 50mV SA undervolt) GPU: GTX 1060 6GB Mobile (+80/+450, 1650MHz~1750MHz 0.78V~0.85V) RAM: 8+8GB DDR4-2400 18-17-17-39 2T Storage: HP EX920 1TB PCIe x4 M.2 SSD + Crucial MX500 1TB 2.5" SATA SSD, 128GB Toshiba PCIe x2 M.2 SSD (KBG30ZMV128G) gone cooking externally, 1TB Seagate 7200RPM 2.5" HDD (ST1000LM049-2GH172) left outside Monitor: 1080p 126Hz IPS G-sync

 

Desktop benching:

Cinebench R15 Single thread:168 Multi-thread: 833 

SuperPi (v1.5 from Techpowerup, PI value output) 16K: 0.100s 1M: 8.255s 32M: 7m 45.93s

Link to comment
Share on other sites

Link to post
Share on other sites

It's the underlying workings of a CPU and could change a lot of things, including, but not limited to:

How big the dies are (smaller nm), energy usage, max GHz possible, tjmax, etc.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

Generally every new cpu architecture will improve on the performance and features of the cpu. Some things a new architecture normally improves on would be an updated IPC, power consumption (TDP), etc. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, BubblyCharizard said:

support for newer standards, like Netflix 4K and pci-x 3.0 or thunderbolt

 

Don't say PCI-X please. PCI-X is something completely different from PCIe!

Main PC: R7 3700X / Gigabyte X570 I Aorus Pro Wifi / Radeon RX 5700 XT / 32GB DDR4-3200 / 250GB & 2TB Crucial MX500 (in HP Prodesk 400 Case)

Laptop: R5 2500U / Radeon Vega 8 / 8GB DDR4-2400 / 500GB SK Hynix BC501 (HP Envy x360 13)

My little Server: i7-7700 / Asrock H110M-ITX / 24GB DDR4-2400 / Samsung 860 Pro 250GB & Seagate Firecuda 2TB / VMware ESXi 6.7

(Don't tell me i should Name them, i don't want to ^^)

 

Link to comment
Share on other sites

Link to post
Share on other sites

That's like asking what the difference between different vehicles are.

It's an incredibly broad subject.

 

The most basic answer would be that different architectures have different amounts of transistors, and they are arranged in different ways. But that explanation is like saying the difference between two cars is the engine. There is a lot of details being skipped.

 

In practice, different architectures have different performance, heat output, features and many other things.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, TheLaserCucumber said:

Don't say PCI-X please. PCI-X is something completely different from PCIe!


I meant pci-e

 

Link to comment
Share on other sites

Link to post
Share on other sites

5 hours ago, ib3494 said:

What is the difference between different cpu architectures?

Mostly a different way to do the same thing. CPUs are fed instruction codes, which are different for each architecture. For example, the instruction for adding two numbers maybe code 1 on one processor but code 20 on another.

 

The other big difference is how much these instructions do at once. Some architectures do multiple operations (mostly related to getting data) at once, others only let you do one thing at a time.

 

Otherwise some features like out-of-order execution, branch prediction, etc. aren't necessarily tied to an architecture.

Link to comment
Share on other sites

Link to post
Share on other sites

Just to clarify some of the above answers that seem to give wildly different answers, there are two things commonly meant by architecture.

 

Instruction Set Architectures (i.e. x86 vs MIPS vs ARM) is a difference in how the processor arranges and processes instructions that programs send to it. It details the low level software interface of the systems so that they can be standardized among programmers (if writing machine code) or compilers (if using higher level languages). These are different in the way @M.Yurizaki points out.

 

The other common meaning is the Microarchitecture (i.e. Intel's Core, AMD's Zen, etc.) This is an overarching description of a specific implementation of an ISA and represents changes in the physical hardware of a chip how @LAwLz pointed out.

 

When Intel or Nvidia are talking about the new architecture of the 7th gen Core CPUs or the Pascal based GPUs, they're actually (typically) talking about the changes to the Microarchitecture.

 

On the contrary, when people talk about how software won't run on your phone because it's a different architecture than your PC, they're talking the Instruction Set Architecture.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×