core: fix doc on build_ceil_floor_function

This commit is contained in:
lyken 2024-06-12 11:01:14 +08:00
parent 9323877076
commit 9ae4fad92e
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ impl<'a> BuiltinBuilder<'a> {
)
}
/// Build the functions `ceil()` and `floor()`.
/// Build the functions `ceil()` and `floor()` and their 64 bit variants.
fn build_ceil_floor_function(&mut self, prim: PrimDef) -> TopLevelDef {
debug_assert_prim_is_allowed(
prim,