Skip to content

Commit 4ac18c3

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

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
@@ -1084,7 +1084,7 @@ impl<T> (T,) {}
10841084
///
10851085
/// Note that most common platforms will not support `f16` in hardware without enabling extra target
10861086
/// features, with the notable exception of Apple Silicon (also known as M1/2/etc) processors. For
1087-
/// amd64 this requires the avx512fp16 feature, while RISC-V requires Zhf or Zhfmin, to have hardware support.
1087+
/// 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.
10901090
///

0 commit comments

Comments
 (0)