Hacker News new | ask | show | jobs
by klodolph 1617 days ago
x264 relies heavily on files written entirely in assembly, not just inline assembly.

Example: https://github.com/mirror/x264/blob/master/common/x86/dct-64...

1 comments

Oh—even better! So yeah, we still use assembly in the places where it’s absolutely performance critical, it’s not inherently anachronistic.