forked from M-Labs/artiq
firmware: export floor() in ksupport. Closes #828
This commit is contained in:
parent
629827f573
commit
928cffb09b
|
@ -71,6 +71,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
|
||||||
/* libm */
|
/* libm */
|
||||||
api!(sqrt),
|
api!(sqrt),
|
||||||
api!(round),
|
api!(round),
|
||||||
|
api!(floor),
|
||||||
|
|
||||||
/* exceptions */
|
/* exceptions */
|
||||||
api!(_Unwind_Resume = ::unwind::_Unwind_Resume),
|
api!(_Unwind_Resume = ::unwind::_Unwind_Resume),
|
||||||
|
|
Loading…
Reference in New Issue