runtime: expose rint from libm

This commit is contained in:
Sebastien Bourdeauducq 2021-10-10 20:40:17 +08:00
parent 97909d7619
commit 17c283d091
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
api!(log10), api!(log10),
api!(nextafter), api!(nextafter),
api!(pow), api!(pow),
api!(rint),
api!(round), api!(round),
api!(sin), api!(sin),
api!(sinh), api!(sinh),