edef1c / libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services
https://edef1c.github.io/libfringe
Apache License 2.0
512 stars 31 forks source link

use updated syntax llvm_asm cf https://github.com/rust-lang/rfcs/blob… #88

Open nrolland opened 4 years ago

nrolland commented 4 years ago

https://github.com/rust-lang/rfcs/blob/master/text/2843-llvm-asm.md

cynecx commented 3 years ago

I think the better approach would be to use the new dedicated asm feature. I did that here: https://github.com/cynecx/libfringe/commit/980890a2f3d6d3c8459391f61433d1700a1cf66f.