Merge pull request #3283 from dheaton-arm/implement-umulhi

Implement `Umulhi` for the interpreter
This commit is contained in:
Chris Fallin
2021-09-03 09:29:21 -07:00
committed by GitHub
5 changed files with 115 additions and 4 deletions

View File

@@ -2454,8 +2454,7 @@ pub(crate) fn define(
Unsigned integer multiplication, producing the high half of a
double-length result.
Polymorphic over all scalar integer types, but does not support vector
types.
Polymorphic over all integer types (vector and scalar).
"#,
&formats.binary,
)