mirror of https://github.com/m-labs/artiq.git
Revert "runtime: expose rint from libm"
Consistency with NAR3/Zynq where rint is not available.
This reverts commit f5100702f6
.
This commit is contained in:
parent
f5100702f6
commit
35d21c98d3
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue