Aditya Kresna

Results 6 comments of Aditya Kresna

@likebike I'm sharing my [fasteval-repl](https://github.com/Ujang360/fasteval-repl) with my friends (`cargo install` conveniency). I will take it down if you do mind or when you implemented `Advanced Numeric Types` or when the...

@oconnor663 I tried with [ARM Neoverse N1](https://asciinema.org/a/548945), `blake2-rfc` is slightly faster. The code: https://github.com/gemtek-indonesia/blake2b256-bench/blob/249cac1bf8788c224f45990d607c4b510a92c862/src/main.rs#L103-L134 And compiled it with: ```bash RUSTFLAGS="-C target-cpu=native -C codegen-units=1" cargo build --release ```

> Would you mind running `rustc --version --verbose` ? I suspect you should run the LLVM version matching the one embedded within rust. Right! This is the result: ```bash ❯...

> I've tried to build with llc-10, llvm-dis-10 and i haven't any problems.. If i run `rustc --version --verbose ` this is my output: > > ``` > rustc 1.43.0...