Fix the documentation of vec_ceil
This commit is contained in:
parent
cf728faa26
commit
3bdfa0f20e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue