Fix the documentation of vec_ceil

This commit is contained in:
Luca Barbato 2023-06-25 06:57:32 +00:00 committed by Amanieu d'Antras
parent cf728faa26
commit 3bdfa0f20e

View file

@ -2566,7 +2566,7 @@ pub unsafe fn vec_cmpb(a: vector_float, b: vector_float) -> vector_signed_int {
sealed::vec_vcmpbfp(a, b)
}
/// Vector cmpb.
/// Vector ceil.
#[inline]
#[target_feature(enable = "altivec")]
pub unsafe fn vec_ceil(a: vector_float) -> vector_float {