This commit is contained in:
Folkert 2024-01-02 22:39:59 +01:00
parent 33dfd5d27d
commit 05c8521211
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -1696,11 +1696,11 @@ impl<
}
LayoutRepr::Builtin(Builtin::Decimal) => {
self.build_fn_call(
&dst,
dst,
bitcode::DEC_DIV.to_string(),
&[*src1, *src2],
&[*layout, *layout],
&layout,
layout,
);
}
x => todo!("NumDiv: layout, {:?}", x),