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
12
13
schema_version = 1
law = "idempotent"
variant = "Idempotent"
natural_language = "Combining a value with itself returns that value."
mathematical_statement = "forall a . f(a, a) = a"
preconditions = ["f is binary", "a is a valid U32 input"]
postcondition = "f(a, a) == a"
citation = "SPEC.md#algebraic-laws"

[[variables]]
name = "a"
type = "u32"
role = "input"