forked from M-Labs/artiq
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
17c283d091
commit
fbd5c70250
|
@ -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