firmware: export floor() in ksupport. Closes #828

This commit is contained in:
Sebastien Bourdeauducq 2017-09-10 12:07:06 +08:00
parent 629827f573
commit 928cffb09b
1 changed files with 1 additions and 0 deletions

View File

@ -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),