Revert "runtime: expose rint from libm"

Consistency with NAR3/Zynq where rint is not available.

This reverts commit f5100702f6.
This commit is contained in:
Sebastien Bourdeauducq 2021-10-11 08:12:04 +08:00
parent 17c283d091
commit fbd5c70250
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),