v/vlib/runtime
Delyan Angelov d63f395061
runtime: simplify nr_cpus
2022-01-19 19:29:29 +02:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
runtime.v all: update copyright year 2022-01-04 12:21:12 +03:00
runtime_nix.c.v runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
runtime_test.v tools: check formatting of more modules with `v test-cleancode`, colorize `v vet` output 2021-03-24 12:39:39 +02:00
runtime_windows.c.v tools: check formatting of more modules with `v test-cleancode`, colorize `v vet` output 2021-03-24 12:39:39 +02:00

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.