Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Datatypes #7

Open
christian-herber-nxp opened this issue Aug 21, 2023 · 0 comments
Open

Datatypes #7

christian-herber-nxp opened this issue Aug 21, 2023 · 0 comments

Comments

@christian-herber-nxp
Copy link

After having a look at the initial proposal, i was wondering if the choice of datatypes is decided or up for discussion. Currently, datatypes like int, unsigned long etc are being used. Those datatypes are not well defined in the standard (e.g. their length being just a minimum required), which is why industry specific software like Automotive mandates the use of datatypes with defined length like uint32_t etc.

I would also expect the use of size_t (32 bits for RV32, 64 for RV64). Thats totally ok.

Looking forward to hear your feedback.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant