Skip to content

Commit a37a592

Browse files
authored
powerpc::vector_bool_long is a vector of two i64s (#1204)
1 parent 6ddda5c commit a37a592

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/powerpc

1 file changed

+1
-1
lines changed

crates/core_arch/src/powerpc/vsx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ types! {
2121
pub struct vector_signed_long(i64, i64);
2222
/// PowerPC-specific 128-bit wide vector of two packed `u64`
2323
pub struct vector_unsigned_long(u64, u64);
24-
/// PowerPC-specific 128-bit wide vector mask of two elements
24+
/// PowerPC-specific 128-bit wide vector mask of two `i64`
2525
pub struct vector_bool_long(i64, i64);
2626
/// PowerPC-specific 128-bit wide vector of two packed `f64`
2727
pub struct vector_double(f64, f64);

0 commit comments

Comments
 (0)