forked from M-Labs/artiq
firmware: expose fmod to kernels. Closes #1417
This commit is contained in:
parent
b0661ec055
commit
abd3c2a0db
|
@ -68,6 +68,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),
|
||||||
|
|
Loading…
Reference in New Issue