We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddda5c commit a37a592Copy full SHA for a37a592
crates/core_arch/src/powerpc/vsx.rs
@@ -21,7 +21,7 @@ types! {
21
pub struct vector_signed_long(i64, i64);
22
/// PowerPC-specific 128-bit wide vector of two packed `u64`
23
pub struct vector_unsigned_long(u64, u64);
24
- /// PowerPC-specific 128-bit wide vector mask of two elements
+ /// PowerPC-specific 128-bit wide vector mask of two `i64`
25
pub struct vector_bool_long(i64, i64);
26
/// PowerPC-specific 128-bit wide vector of two packed `f64`
27
pub struct vector_double(f64, f64);
0 commit comments