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
schema_version = 1

[[ops]]
name = "primitive.bitwise.xor"
arity = 2
inputs = ["u32", "u32"]
output = "u32"
declared_laws = ["commutative", "associative", "identity_zero"]
reference_impl_id = "core.bitwise.xor"