-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
I wrote Rust bindings to softfloat (https://crates.io/crates/softfloat-sys), however I ran into linking problems since a lot of internal functions are declared inline but there is no out-of-line version of them. As a workaround, I had to make -O1 the minimum optimization level.
Note that I am not using softfloat's makefiles, I instead wrote the build.rs build script based on them.
Metadata
Metadata
Assignees
Labels
No labels