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
pub use super::{
    SAMPLE, ZERO_PRODUCT_COUNTEREXAMPLES, call_u32, apply_binary, apply_unary,
    lookup_primitive_cpu, is_unary_spec,
};
mod complement;
mod monotone;
mod custom;
mod zero_product;
mod infra;
mod integration;