aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/float/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-0/+1
|
* rp: hook up softfloat rom intrinsicspennae2023-04-191-0/+149
rp-hal has done this very well already, so we'll just copy their entire impl again. only div.rs needed some massaging because our sio access works a little differently, everything else worked as is.