forked from M-Labs/artiq
firmware: expose fmod to kernels. Closes #1417
This commit is contained in:
parent
0ef3515d22
commit
1d678b7dac
|
@ -70,6 +70,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