2.1 Toolchain Settings
The following toolchain settings were applied for all U54 application cores in the bare metal application used for this white paper.
Attribute | Setting |
---|---|
Architecture | rv64g |
Integer ABI | lp64 |
Floating point ABI | (d) Double precision |
Tuning | Toolchain default |
Code model | Medium Any (-mcmodel=medany) |
small data limit | 8 |
Align | Strict (-mstrict-align) |
Optimization Level | None(O0) |
Debug Level | Maximum(-g3) |
Language standard | GNU ISO C11 (-std=gnu11) |