#integer #ethereum #u256

sys no-std ethnum-intrinsics

LLVM generated 256-bit integer intrinsics

4 stable releases

1.2.0 Aug 29, 2023
1.1.0 Aug 4, 2022
1.0.1 Jan 18, 2021
1.0.0 Jun 30, 2020

#6 in #u256

Download history 16/week @ 2024-02-19 18/week @ 2024-02-26 5/week @ 2024-03-04 19/week @ 2024-03-11 32/week @ 2024-03-18 5/week @ 2024-03-25 121/week @ 2024-04-01

178 downloads per month
Used in 2 crates (via ethnum)

MIT/Apache

10KB
198 lines

LLVM Generated Intrinsics

This crate contains a build script and Rust bindings to LLVM generated intrinsics. These intrinsics can optionally be used by ethnum crate and aren't intended to be used directly. See ethnum crate README documentation for more information.


lib.rs:

This crate contains LLVM generated intrinsics for 256-bit integer operations.

Dependencies

~175KB