From 369d11587339ce74f8ebc76f2607fe55545eaf7d Mon Sep 17 00:00:00 2001 From: garhve Date: Tue, 20 Dec 2022 11:04:25 +0800 Subject: Build small project following the book --- .../guessing_game/target/doc/ppv_lite86/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/ppv_lite86/index.html (limited to 'rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/ppv_lite86/index.html') diff --git a/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/ppv_lite86/index.html b/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/ppv_lite86/index.html new file mode 100644 index 0000000..768ef5b --- /dev/null +++ b/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/ppv_lite86/index.html @@ -0,0 +1,6 @@ +ppv_lite86 - Rust

Re-exports

pub use self::arch::vec128_storage;
pub use self::arch::vec256_storage;
pub use self::arch::vec512_storage;

Modules

Macros

Generate the full set of optimized implementations to take advantage of the most important +hardware feature sets.
Generate only the basic implementations necessary to be able to operate efficiently on 128-bit +vectors on this platfrom. For x86-64, that would mean SSE2 and AVX.
Generate only the basic implementations necessary to be able to operate efficiently on 256-bit +vectors on this platfrom. For x86-64, that would mean SSE2, AVX, and AVX2.

Traits

Ops that depend on word size
Ops that are independent of word size and endian
A vector composed one or more lanes each composed of four words.
A vector composed of multiple 128-bit lanes.
Exchange neigboring ranges of bits of the specified size
Combine single vectors into a multi-lane vector.
A vector composed of two elements, which may be words or themselves vectors.
A vector composed of four elements, which may be words or themselves vectors.
Vec4 functions which may not be implemented yet for all Vec4 types. +NOTE: functions in this trait may be moved to Vec4 in any patch release. To avoid breakage, +import Vec4Ext only together with Vec4, and don’t qualify its methods.
A vector composed of four words; depending on their size, operations may cross lanes.
\ No newline at end of file -- cgit v1.2.3-70-g09d2