8 lines
217 B
Markdown
8 lines
217 B
Markdown
|
## Description:
|
||
|
|
||
|
`runtime` provides access to functions describing the current platform:
|
||
|
- whether it is 32bit or 64bit
|
||
|
- how many CPUs/cores are available
|
||
|
- whether the platform is little endian or big endian
|
||
|
- etc.
|