package janestreet_cpuid

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This information can be used to build a unique identifier for a given processor, which can be useful for any pre-computed data which you need to index into based on what machine it's running on.

type t = {
  1. mutable step : int;
  2. mutable model : int;
  3. mutable family : int;
  4. mutable proc_type : int;
  5. mutable extended_model : int;
  6. mutable extended_family : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.