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!(round),
|
||||
api!(floor),
|
||||
api!(fmod),
|
||||
|
||||
/* exceptions */
|
||||
api!(_Unwind_Resume = ::unwind::_Unwind_Resume),
|
||||
|
|
Loading…
Reference in New Issue