this post was submitted on 25 Sep 2024
22 points (100.0% liked)

Hardware

620 readers
239 users here now

All things related to technology hardware, with a focus on computing hardware.


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Some other hardware communities across Lemmy:

Icon by "icon lauk" under CC BY 3.0

founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] Josh@lemm.ee 6 points 1 month ago (2 children)

Not sure whether to be excited or concerned.

I think this is a necessary and inevitable consequence of the insurgence of competitive ARM CPUs unencumbered by legacy ISAs (mainly the ones from Apple, I'm not sure Samsung's is even in the conversation). If the Apple Silicon chips are any indication, the performance benefits could be massive.

But if Intel cuts AMD out, or price-gouges them for the "honor" of developing compatible CPUs, that hurts the whole industry—even Intel—in the long run. And I don't trust the bean counters at Intel to take the long view over the earnings of next fiscal quarter.

[–] lemmyng@lemmy.ca 4 points 1 month ago

Itanium 2: electric boogaloo.

[–] Mihies@programming.dev 2 points 1 month ago (1 children)

I guess it's time to get rid of legacy stuff in modern chips. If nothing else, to make them cheaper to produce. Older instruction sets can still be emulated, just like Apple did it. Said that, I doubt that there will be massive performance gains just from this because it's still the same architecture, but let's hope if this actually sees the light.

[–] Dubiousx99@lemmy.world 1 points 1 month ago (1 children)

If those instruction sets take up a set place on the processing pipeline, eliminating them could be a huge performance boost. Additionally, the removal of the instruction sets would reduce the size of the chip’s die which could result in shorter signal paths.

[–] Mihies@programming.dev 2 points 1 month ago

I don't have enough hardware knowledge to dispute that, but I have a feeling that's not that easy to gain massive performance boost. If I recall correctly, the biggest Apple's ARM CPU advantage has to do with fixed instruction length whereas x86 is variable. Fixed one gives you an prediction advantage because you exactly know how many instructions are in cache and where are they located - something along this. But let's hope for the better.