Aaron Kutch

Results 164 comments of Aaron Kutch

Has this problem been seen recently?

This issue is constantly getting in my way. I just encountered a function in a library that I cannot seem to get the assembly for, even when wrapping it in...

I managed to get a reproduction for the stable channel. I am trying to get the assembly from my `specialized-div-rem` crate of the `u128_div_rem` function. It has `#[inline]` applied to...

It seems to me that `cargo-asm` is something that belongs in the nightly Rust compiler itself. I understand that `cargo-asm` relying on optimized compiler output is always going to need...

Using the Rust tradition of immutable and mutable "slice" views into a data structure will not work if two of the bit slices are on the same `ApInt`. I propose...

I need signed and unsigned resizing functions which check if the numeric value overflows (there are set bits that are cutoff for the unsigned resize, or there are unset bits...

We can use the new `IntoIterator` by-value iteration soon, which I think can help with constructor ergonomics. Just putting this here to remind my future self about the change.

In university I learned about how Verilog has a [curly brackets operator](http://referencedesigner.com/tutorials/verilog/operators/operators2.php) which manages concatenating arbitrary precision integers and arbitrary amounts of 1s and 0s together. I believe a rusty...

I implemented this in my `awint` system of crates https://docs.rs/awint_macros/0.6.0/awint_macros/ . @Robbepop should I close all my old issues on this repo? If there are no further plans of maintenance...