Skip to content

Commit

Permalink
lib: document blanket behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Feb 18, 2020
1 parent 6e11791 commit ea9fb0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
//! the [`raw_cpuid`](raw_cpuid) crate. It is a goal to support other architectures; PRs are
//! welcome!
//!
//! Note that the library will still compile and work on non x86 architectures, but the result of
//! all the cache queries will be `None`.
//!
//! Check the [Intel 64 and IA-32 Architectures Software Developers Manual](https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf)
//! for more information on the `CPUID` instruction.

Expand Down

0 comments on commit ea9fb0d

Please sign in to comment.