Skip to content

Commit 437b3f8

Browse files
authored
Typo fix: fist -> first (#1117)
1 parent f33b9ae commit 437b3f8

File tree

1 file changed

+2
-2
lines changed
  • crates/core_arch/src/x86

1 file changed

+2
-2
lines changed

crates/core_arch/src/x86/sse.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ pub unsafe fn _mm_rcp_ps(a: __m128) -> __m128 {
148148
rcpps(a)
149149
}
150150

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.
151+
/// Returns the approximate reciprocal square root of the first single-precision
152+
/// (32-bit) floating-point element in `a`, the other elements are unchanged.
153153
///
154154
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rsqrt_ss)
155155
#[inline]

0 commit comments

Comments
 (0)