Nice! Now i have an choice of chinese flavoured backdoors as opposed to the american flavoured backdoors in my processor.
Hardware
All things related to technology hardware, with a focus on computing hardware.
Rules (Click to Expand):
-
Follow the Lemmy.world Rules - https://mastodon.world/about
-
Be kind. No bullying, harassment, racism, sexism etc. against other users.
-
No Spam, illegal content, or NSFW content.
-
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.
-
Please try and post original sources when possible (as opposed to summaries).
-
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:
- Augmented Reality - !augmented_reality@lemmy.world
- Gaming Laptops - !gaminglaptops@lemmy.world
- Laptops - !laptops@lemmy.world
- Linux Hardware - !linuxhardware@programming.dev
- Mechanical Keyboards - !mechanical_keyboards@programming.dev
- Microcontrollers - !microcontrollers@lemux.minnix.dev
- Monitors - !monitors@lemm.ee
- Raspberry Pi - !raspberry_pi@programming.dev
- Retro Computing - !retrocomputing@lemmy.sdf.org
- Single Board Computers - !sbcs@lemux.minnix.dev
- Virtual Reality - !virtualreality@lemmy.world
Icon by "icon lauk" under CC BY 3.0
Four threads per core?
Is that useful?
Yes, it's good for low complexity, large scope use cases.
The classic example is transaction processing (that's what those IBM mainframe with 4 way and 8 way SMT are often used for).
I was gonna say this might be more proof of concept than actual applications right now
Make the hardware and they will come...
Has been a thing in IBM processors for years.
They even do 8-way multithreading. Doesn't handle fundamentally different than 2-way, except you have less hardware = less compute per thread. Basically the same as using slower clocking cores, if they hide the multithreading right.
The article ain't clear on this, but it seems this an x86 CPU.
Curious to see multi-thread benchmarks for this CPU (I am assuming ST is subar and many years behind American CPU companies).
I wonder why they're still proceeding with x86 instead of focusing on ARM or RISC-V. If you don't have to worry about running Windows it seems like x86 is less future proof.
AVX-512 is x86's SIMD extension.
Good point! Didn't think of that.