Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 2,342 for host:doc.rust-lang.org (0.04 sec)

  1. simd_masked_store in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_masked_store.html
    Registered: Wed Apr 16 02:25:28 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. transmute in std::intrinsics - Rust

    Reinterprets the bits of a value of one type as another type.
    doc.rust-lang.org/std/intrinsics/fn.transmute.html Similar Results (1)
    Registered: Wed Apr 16 02:25:35 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 30.8K bytes
    - Viewed (0)
  3. simd_scatter in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_scatter.html
    Registered: Wed Apr 16 02:25:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. unaligned_volatile_load in std::intrinsics - Rust

    Performs a volatile load from the `src` pointer The pointer is not required to be aligned.
    doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_load.html
    Registered: Wed Apr 16 02:24:39 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. simd_shl in std::intrinsics::simd - Rust

    Shifts vector left elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shl.html
    Registered: Wed Apr 16 02:24:31 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. masksizex8 in std::simd::prelude - Rust

    A SIMD mask with eight elements for vectors with pointer-sized element types.
    doc.rust-lang.org/std/simd/prelude/type.masksizex8.html
    Registered: Wed Apr 16 02:53:18 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  7. u64x32 in std::simd - Rust

    A SIMD vector with 32 elements of type `u64`.
    doc.rust-lang.org/std/simd/type.u64x32.html
    Registered: Wed Apr 16 02:54:11 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. mask64x64 in std::simd::prelude - Rust

    A SIMD mask with 64 elements for vectors with 64-bit element types.
    doc.rust-lang.org/std/simd/prelude/type.mask64x64.html
    Registered: Wed Apr 16 02:54:15 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  9. u32x8 in std::simd::prelude - Rust

    A SIMD vector with eight elements of type `u32`.
    doc.rust-lang.org/std/simd/prelude/type.u32x8.html
    Registered: Wed Apr 16 02:54:18 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. ARCH in std::env::consts - Rust

    A string describing the architecture of the CPU that is currently in use. An example value may be: `"x86"`, `"arm"` or `"riscv64"`.
    doc.rust-lang.org/std/env/consts/constant.ARCH.html
    Registered: Wed Apr 16 02:54:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:33 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top