Skip to content

Commit c7b4c08

Browse files
committed
Remove non-power-of-two results from generated tests
Update the generated tests to remove hashes for vector lengths that are no longer available and fix the generation tool for future tests.
1 parent c40e288 commit c7b4c08

5 files changed

Lines changed: 671 additions & 1416 deletions

File tree

test/aarch64/test-assembler-sve-aarch64.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20709,8 +20709,7 @@ void Test_sve_fmatmul(Test* config) {
2070920709
if (CAN_RUN()) {
2071020710
RUN();
2071120711

20712-
int vl = core.GetSVELaneCount(kDRegSize);
20713-
if (vl >= 4) { // VL256 or longer.
20712+
if (core.GetSVELaneCount(kDRegSize) >= 4) { // VL256 or longer.
2071420713
ASSERT_EQUAL_SVE(z1, z2);
2071520714
ASSERT_EQUAL_SVE(z4, z5);
2071620715

0 commit comments

Comments
 (0)