vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use super::super::{SAMPLE, apply_unary, apply_binary};
mod check_complement_binary;
mod check_complement_unary;
mod fake_popcount;
mod fake_broken_popcount_low_bit;
mod binary;
mod unary;
pub use check_complement_binary::check_complement_binary;
pub use check_complement_unary::check_complement_unary;
pub use fake_popcount::fake_popcount;
pub use fake_broken_popcount_low_bit::fake_broken_popcount_low_bit;