diff --git a/crates/core_arch/src/powerpc/altivec.rs b/crates/core_arch/src/powerpc/altivec.rs index 5f8d53d096..cbe7b26402 100644 --- a/crates/core_arch/src/powerpc/altivec.rs +++ b/crates/core_arch/src/powerpc/altivec.rs @@ -4117,7 +4117,7 @@ pub unsafe fn vec_cts(a: vector_float) -> vector_signed_int { vctsxs(a, IMM5) } -/// Vector Convert to Signed Integer +/// Vector Convert to Unsigned Integer #[inline] #[target_feature(enable = "altivec")] #[cfg_attr(test, assert_instr(vctuxs, IMM5 = 1))]