2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-27 04:08:27 +08:00

runtime: expose rint from libm

This commit is contained in:
Sebastien Bourdeauducq 2021-10-10 20:40:17 +08:00
parent 97909d7619
commit 17c283d091

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