Fix CI tests + rename tests

- Fixed CI tests for AArch64 and old x86.
- Rename `simd-umulhi.clif` to `umulhi.clif`.
- Rename `simd-umulhi-aarch64.clif` to `simd-umulhi.clif`.

Copyright (c) 2021, Arm Limited.
This commit is contained in:
dheaton-arm
2021-09-03 10:31:30 +01:00
parent 16b6a404e4
commit 562947c678
4 changed files with 55 additions and 58 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,
)