We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b38264 commit f4217f4Copy full SHA for f4217f4
library/core/src/intrinsics/simd.rs
@@ -619,7 +619,8 @@ extern "rust-intrinsic" {
619
/// set has support for a fused operation, and that the fused operation is more efficient
620
/// than the equivalent, separate pair of mul and add instructions. It is unspecified
621
/// whether or not a fused operation is selected, and that may depend on optimization
622
- /// level and context, for example.
+ /// level and context, for example. It may even be the case that some SIMD lanes get fused
623
+ /// and others do not.
624
///
625
/// `T` must be a vector of floats.
626
#[cfg(not(bootstrap))]
0 commit comments