Merge pull request #3364 from dheaton-arm/implement-smulhi

Implement `Smulhi` for interpreter
This commit is contained in:
Chris Fallin
2021-09-17 12:56:37 -07:00
committed by GitHub
6 changed files with 94 additions and 32 deletions

View File

@@ -2469,8 +2469,7 @@ pub(crate) fn define(
Signed 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,
)