esp-rs icon indicating copy to clipboard operation
esp-rs copied to clipboard

Add a 32-bit target to mrustc

Open emosenkis opened this issue 8 years ago • 1 comments

See thepowersgang/mrustc#22. Doing this may allow us to delete the hacks that remove int128-related functions from the generated C code.

emosenkis avatar Oct 10 '17 19:10 emosenkis

i128 emulation is semi-complete in mrustc, 32-bit targets should now work, try upgrading.

thepowersgang avatar Sep 22 '18 13:09 thepowersgang