Comment Re:with 70000 packages remaining... (Score 3, Interesting) 44
Basically the examples I just gave: using hardware crypto or hardware vector instructions are the main thing, or things similar to these. The code usually has raw C/C++ fallbacks anyways, so its just a matter of getting the proper #ifdef [arch] gates in place, and sometimes adding in the crypto/vector instructions for the given platform to ensure it operates optimally.