Added doc comment

And removed an accidental code move.

Copyright (c) 2021, Arm Limited.
This commit is contained in:
Sam Parker
2021-07-27 14:58:10 +01:00
parent f2806a9192
commit 5eb2dca9f1
3 changed files with 35 additions and 31 deletions

View File

@@ -225,6 +225,7 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
// These are new instructions that are not really implemented in any backend.
("simd", "simd_i16x8_extadd_pairwise_i8x16")
| ("simd", "simd_i32x4_extadd_pairwise_i16x8") => return true,
_ => {}
},
_ => panic!("unrecognized strategy"),