We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33b9ae commit 437b3f8Copy full SHA for 437b3f8
crates/core_arch/src/x86/sse.rs
@@ -148,8 +148,8 @@ pub unsafe fn _mm_rcp_ps(a: __m128) -> __m128 {
148
rcpps(a)
149
}
150
151
-/// Returns the approximate reciprocal square root of the fist single-precision
152
-/// (32-bit) floating-point elements in `a`, the other elements are unchanged.
+/// Returns the approximate reciprocal square root of the first single-precision
+/// (32-bit) floating-point element in `a`, the other elements are unchanged.
153
///
154
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rsqrt_ss)
155
#[inline]
0 commit comments