Skip to content

Commit 2097ed4

Browse files
lu-zeroAmanieu
authored andcommitted
Fix the documentation of vec_ceil
1 parent 643ff3a commit 2097ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/powerpc/altivec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ pub unsafe fn vec_cmpb(a: vector_float, b: vector_float) -> vector_signed_int {
25662566
sealed::vec_vcmpbfp(a, b)
25672567
}
25682568

2569-
/// Vector cmpb.
2569+
/// Vector ceil.
25702570
#[inline]
25712571
#[target_feature(enable = "altivec")]
25722572
pub unsafe fn vec_ceil(a: vector_float) -> vector_float {

0 commit comments

Comments
 (0)