solana-labs / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
272 stars 163 forks source link

Exercise `le` instructions #558

Closed LucasSte closed 4 months ago

LucasSte commented 4 months ago

This is a follow up to #552, which did not test the be and le instructions.

LucasSte commented 4 months ago

The macOS test is failing because it uses an ARM64 runner, without jit, so some functions have unused warnings.