This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
bf15ed95af
v
/
vlib
/
runtime
History
Delyan Angelov
d63f395061
runtime: simplify nr_cpus
2022-01-19 19:29:29 +02:00
..
README.md
…
runtime.v
…
runtime_nix.c.v
runtime: simplify nr_cpus
2022-01-19 19:29:29 +02:00
runtime_test.v
…
runtime_windows.c.v
…
README.md
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.