powerpc::vector_bool_long is a vector of two i64s (#1204)

This commit is contained in:
Joshua Liebow-Feeser 2021-08-27 09:33:23 -07:00 committed by GitHub
parent 4baf95fddd
commit c9e0420448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ types! {
pub struct vector_signed_long(i64, i64);
/// PowerPC-specific 128-bit wide vector of two packed `u64`
pub struct vector_unsigned_long(u64, u64);
/// PowerPC-specific 128-bit wide vector mask of two elements
/// PowerPC-specific 128-bit wide vector mask of two `i64`
pub struct vector_bool_long(i64, i64);
/// PowerPC-specific 128-bit wide vector of two packed `f64`
pub struct vector_double(f64, f64);