Add codegen for core mapping ops

This commit is contained in:
Pranav Gaddamadugu 2023-04-03 08:25:01 -07:00
parent defb657e5a
commit 15187edfcf

View File

@ -244,6 +244,7 @@ impl<'a> CodeGenerator<'a> {
sym::Poseidon2 => "psd2",
sym::Poseidon4 => "psd4",
sym::Poseidon8 => "psd8",
sym::Mapping => "",
_ => unreachable!("All core function calls should be known at this time."),
}
} else {