mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43:34 +08:00
firmware/ksupport: add rint api
This commit is contained in:
parent
5506b9a7cd
commit
0f6113db3f
@ -105,6 +105,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
|
||||
api!(nextafter),
|
||||
api!(pow),
|
||||
api!(round),
|
||||
api!(rint),
|
||||
api!(sin),
|
||||
api!(sinh),
|
||||
api!(sqrt),
|
||||
|
Loading…
Reference in New Issue
Block a user