Hacker News new | ask | show | jobs
by mikechen233 2044 days ago
Armv8 instructions should be consistent between vendors. Gcc and llvm is very likely to produce standard armv8 code that is portable. At work we use intel chips to compile armv8 linux executables and librarys and run them on broadcom arm chips.
1 comments

Nice. Thank you for the response!