aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/float.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+2
|
* rp: hook up softfloat rom intrinsicspennae2023-04-191-0/+53
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.