diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-16 23:23:47 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-16 23:23:47 +0000 |
| commit | 99dcbf00c498f5807bde3f11c0dfe4664d7db794 (patch) | |
| tree | 1a43d21f4ec074918605b4e666203bad5194b89f /examples | |
| parent | 6ba2bb1a7fe39ecd2f34fb8a632f6568ed3bdcec (diff) | |
| parent | 7a682ec02af50026d31296ce5cac6383580f5e55 (diff) | |
Merge #1372
1372: rp: add division intrinsics r=Dirbaio a=pennae
rp2040-hal adds division intrinsics using the hardware divider unit in the SIO, as does the pico-sdk itself. using the hardware is faster than the compiler_rt implementations, and more compact too.
since embassy does not expose the hardware divider in any way (yet?) we could go even further an remove the state-saving code rp2040-hal needs, but that doesn't seem to be worth it.
Co-authored-by: pennae <[email protected]>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
