|
|
|
|
|
by defactoPun
1452 days ago
|
|
Can there be a software side compensation for this lack of standardisation? Because I too don't see any hardware standard coming very soon to ARM and I don't think it can even. But, maybe there can be a build automation which can handle all the hassle and minimize the randomness? |
|
You can build multiple functions to handle different architectures by function multi-versioning[1], not sure if it works for embedded though.
[1] https://gcc.gnu.org/onlinedocs/gcc/Function-Multiversioning....