xan1242@lemmy.dbzer0.comtoOpen Source@lemmy.ml•FFmpeg devs boast of up to 94x performance boost after implementing handwritten AVX-512 assembly code
6·
4 hours agoAbsolute madness. I cringe at the thought of making modern x86 asm code.
Great work!
Absolute madness. I cringe at the thought of making modern x86 asm code.
Great work!
windows.h without NOMINMAX be like
“hippity hoppity words min and max are my property”
It’s mostly because AVX-512 doesn’t get used too well by compilers even today.
However, what makes this impressive for me is that it is x86 after all. ARM is way easier to write assembly for.