Skip to content

Commit 01dda50

Browse files
Update library/core/src/primitive_docs.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent 4ac18c3 commit 01dda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ impl<T> (T,) {}
10831083
/// half-precision values][wikipedia] for more information.
10841084
///
10851085
/// Note that most common platforms will not support `f16` in hardware without enabling extra target
1086-
/// features, with the notable exception of Apple Silicon (also known as M1/2/etc) processors. For
1086+
/// features, with the notable exception of Apple Silicon (also known as M1, M2, etc.) processors.
10871087
/// Hardware support on x86-64 requires the avx512fp16 feature, while RISC-V requires Zhf.
10881088
/// Usually the fallback implementation will be to use `f32` hardware if it exists, and convert
10891089
/// between `f16` and `f32` when performing math.

0 commit comments

Comments
 (0)