firmware: expose fmod to kernels. Closes #1417

This commit is contained in:
Sebastien Bourdeauducq 2020-01-10 14:33:02 +08:00
parent d8c81d6d05
commit 583a18dd5f
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
api!(sqrt), api!(sqrt),
api!(round), api!(round),
api!(floor), api!(floor),
api!(fmod),
/* exceptions */ /* exceptions */
api!(_Unwind_Resume = ::unwind::_Unwind_Resume), api!(_Unwind_Resume = ::unwind::_Unwind_Resume),