mirror of https://github.com/m-labs/artiq.git
firmware/ksupport: add rint api
This commit is contained in:
parent
d8cf91bfb2
commit
dcc5307771
|
@ -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