|
|
|
|
|
by colechristensen
2388 days ago
|
|
All of the major distribution families support Arm archs and the heavy lifting for most of the things that reach out to native code have already been ported. Native libraries are most often used to make boring things faster, use popular C libraries, and are already ported. Unless your in-house library is using native bindings for custom code, it very likely will be a drop-in replacement. ARM isn't so esoteric these days like it might have been 5-10 years ago. |
|