2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

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

View File

@ -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),