2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-13 04:18:55 +08:00

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

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),