pub fn hypervector_xor_bind( a: &str, b: &str, out: &str, dim_words: u32, ) -> Program
Emit outw = aw ^ bw`` for each of dim_words lanes.
out
= a
^ b
dim_words