this post was submitted on 05 Nov 2024
278 points (96.0% liked)

Open Source

32079 readers
45 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Unfortunately, due to the complexity and specialized nature of AVX-512, such optimizations are typically reserved for performance-critical applications and require expertise in low-level programming and processor microarchitecture.

you are viewing a single comment's thread
view the rest of the comments
[–] corroded 8 points 2 months ago

The point isn't that it's handwritten code, it's handwritten assembly. All code is written by hand to some degree, but it's normally in a higher-level language and compiles down to machine code. Assembly is basically as close as you can get to the bare hardware in terms of control.