firmware: expose fmod to kernels. Closes #1417

release-4
Sebastien Bourdeauducq 2020-01-10 14:33:02 +08:00
parent b0661ec055
commit abd3c2a0db
1 changed files with 1 additions and 0 deletions

View File

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