Hacker News new | ask | show | jobs
by sylware 2 days ago
ARM64 ISA is IP locked like x86_64 ISA, I guess with RISC-V the right way(TM) is to write directly in assembly (without abuse of a macro-preprocessor)

That will avoid to be locked into a specific compiler (look at the cancer of gcc "extensions" and linux) and have to deal with compiler generated 'backdoors'.