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 */
|
||||
api!(sqrt),
|
||||
api!(round),
|
||||
api!(floor),
|
||||
|
||||
/* exceptions */
|
||||
api!(_Unwind_Resume = ::unwind::_Unwind_Resume),
|
||||
|
|
Loading…
Reference in New Issue