Commit Graph

2 Commits

Author SHA1 Message Date
Oliver Stöneberg ea617553a6
made platforms file validation stricter / added missing `bool` elements (#4747) 2023-01-27 08:34:12 +01:00
Sebastian 22fa566ebd
Platforms: Add arm32 and arm64 platform files (#1128)
The default is "unsigned" so i have choosen it for the platformfiles.
This can be changed via a compiler option, but i am not sure if it makes
sense to add all the platform files with "signed" also.
Since the size of wchar_t depends on the compiler i added both possible
variants respectively.
Sizes of data types can be checked here for example:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/ch08s02.html
2018-03-21 12:48:02 +01:00