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 adb9600 commit 4ac18c3Copy full SHA for 4ac18c3
library/core/src/primitive_docs.rs
@@ -1084,7 +1084,7 @@ impl<T> (T,) {}
1084
///
1085
/// 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
1087
-/// amd64 this requires the avx512fp16 feature, while RISC-V requires Zhf or Zhfmin, to have hardware support.
+/// Hardware support on x86-64 requires the avx512fp16 feature, while RISC-V requires Zhf.
1088
/// Usually the fallback implementation will be to use `f32` hardware if it exists, and convert
1089
/// between `f16` and `f32` when performing math.
1090
0 commit comments