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
//! SpecRow tables per op.

/// Add module.
pub mod add;

/// Base64 decode spec table.
pub mod base64;
/// Hex decode spec table.
pub mod hex_decode;
/// Tokenize spec table.
pub mod tokenize;