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
[โ€“] 11111one11111 -5 points 2 months ago (1 children)

This sounds like any standard FOSS work flow. Why are they calling it hand written code? Is that just an affect of the normalized buy start up, use code, ruin code, spin ruined code's bugs as features, release to public without any tech aupport more than a cheap ai bot to handle ruined code crashes, throw out purchased company's asset and on to the next.

Or am I missing something I'm to IT dumb to understand?

[โ€“] 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.