2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 19:28:26 +08:00

runtime: expose rint from libm

This commit is contained in:
Sebastien Bourdeauducq 2021-10-10 20:40:17 +08:00
parent 3c1cbf47d2
commit f5100702f6

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