mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
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
Block a user