- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 2,321 for host:doc.rust-lang.org (0.03 sec)
-
simd_reduce_mul_unordered in std::intrinsics::s...
Multiplies elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_unordered.htmlRegistered: Fri Jul 25 02:58:15 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 4K bytes - Viewed (0) -
ub_checks in std::intrinsics - Rust
Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.doc.rust-lang.org/std/intrinsics/fn.ub_checks.htmlRegistered: Fri Jul 25 02:57:19 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 5.1K bytes - Viewed (0) -
three_way_compare in std::intrinsics - Rust
Does a three-way comparison between the two arguments, which must be of character or integer (signed or unsigned) type.doc.rust-lang.org/std/intrinsics/fn.three_way_compare.htmlRegistered: Fri Jul 25 03:01:33 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 4.2K bytes - Viewed (0) -
transmute_unchecked in std::intrinsics - Rust
Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.htmlRegistered: Fri Jul 25 02:59:14 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 4.2K bytes - Viewed (0) -
sinf128 in std::intrinsics - Rust
Returns the sine of an `f128`.doc.rust-lang.org/std/intrinsics/fn.sinf128.htmlRegistered: Fri Jul 25 02:59:17 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.7K bytes - Viewed (0) -
simd_lt in std::intrinsics::simd - Rust
Tests if `x` is less than `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_lt.htmlRegistered: Fri Jul 25 02:59:59 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.9K bytes - Viewed (0) -
simd_flog10 in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog10.htmlRegistered: Fri Jul 25 02:58:48 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.6K bytes - Viewed (0) -
simd_ge in std::intrinsics::simd - Rust
Tests if `x` is greater than or equal to `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_ge.htmlRegistered: Fri Jul 25 02:58:58 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.9K bytes - Viewed (0) -
sqrtf16 in std::intrinsics - Rust
Returns the square root of an `f16`doc.rust-lang.org/std/intrinsics/fn.sqrtf16.htmlRegistered: Fri Jul 25 02:59:01 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.7K bytes - Viewed (0) -
symlink in std::os::wasi::fs - Rust
Creates a symbolic link.doc.rust-lang.org/std/os/wasi/fs/fn.symlink.htmlRegistered: Fri Jul 25 03:02:12 UTC 2025 - Last Modified: Thu Jun 26 17:59:47 UTC 2025 - 4.5K bytes - Viewed (0)