Hacker News new | ask | show | jobs
by k_sze 2049 days ago
Part of the reason is that ensuring things work for a different CPU architecture is simply a non-trivial task. There are libraries with hand-written x86 assembly, and others in C/C++ that depend on x86 intrinsics to perform acceptably, and then there are those that work accidentally on x86 because of how compilers implement some undefined behaviour for x86.
1 comments

Cloudflare did a very interesting post that made the rounds here: https://blog.cloudflare.com/neon-is-the-new-black/

Discussion: https://news.ycombinator.com/item?id=16831609