Revert "runtime: expose rint from libm"

Consistency with NAR3/Zynq where rint is not available.

This reverts commit f5100702f6.
pull/1767/head
Sebastien Bourdeauducq 2021-10-11 08:12:04 +08:00
parent f5100702f6
commit 35d21c98d3
1 changed files with 0 additions and 1 deletions

View File

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