runtime: expose rint from libm

pull/1767/head
Sebastien Bourdeauducq 2021-10-10 20:40:17 +08:00
parent 3c1cbf47d2
commit f5100702f6
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!(nextafter),
api!(pow),
api!(rint),
api!(round),
api!(sin),
api!(sinh),