Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1961 - 1970 of 2,191 for host:doc.rust-lang.org (0.08 sec)

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

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp.html
    Registered: Mon Nov 25 13:02:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. prefetch_write_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_write_data.html
    Registered: Mon Nov 25 13:09:27 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. raw_eq in std::intrinsics - Rust

    Determines whether the raw bytes of the two values are equal.
    doc.rust-lang.org/std/intrinsics/fn.raw_eq.html
    Registered: Mon Nov 25 13:07:16 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. i64x1 in std::simd - Rust

    A SIMD vector with one element of type `i64`.
    doc.rust-lang.org/std/simd/type.i64x1.html
    Registered: Mon Nov 25 14:43:31 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. isizex2 in std::simd - Rust

    A SIMD vector with two elements of type `isize`.
    doc.rust-lang.org/std/simd/type.isizex2.html
    Registered: Mon Nov 25 14:44:27 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. mask32x16 in std::simd - Rust

    A SIMD mask with 16 elements for vectors with 32-bit element types.
    doc.rust-lang.org/std/simd/type.mask32x16.html
    Registered: Mon Nov 25 14:44:53 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  7. mask16x64 in std::simd - Rust

    A SIMD mask with 64 elements for vectors with 16-bit element types.
    doc.rust-lang.org/std/simd/type.mask16x64.html
    Registered: Mon Nov 25 14:47:22 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. mask32x4 in std::simd - Rust

    A SIMD mask with four elements for vectors with 32-bit element types.
    doc.rust-lang.org/std/simd/type.mask32x4.html
    Registered: Mon Nov 25 14:48:41 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. i8x16 in std::simd - Rust

    A SIMD vector with 16 elements of type `i8`.
    doc.rust-lang.org/std/simd/type.i8x16.html
    Registered: Mon Nov 25 14:49:40 UTC 2024
    - Last Modified: Thu Oct 17 16:29:43 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. i8x32 in std::simd - Rust

    A SIMD vector with 32 elements of type `i8`.
    doc.rust-lang.org/std/simd/type.i8x32.html
    Registered: Mon Nov 25 14:54:03 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top