Skip to content

Commit

Permalink
Disable TestSplitPacks::test4a, failing on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Sep 27, 2024
1 parent d48f55d commit 059b157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ static Object[] test4g(short[] a, short[] b) {
IRNode.ADD_VS, IRNode.VECTOR_SIZE_8, "> 0",
IRNode.ADD_VS, IRNode.VECTOR_SIZE_4, "> 0",
IRNode.STORE_VECTOR, "> 0"},
applyIfAnd = {"MaxVectorSize", ">=32", "AlignVector", "false"},
applyIfAnd = {"MaxVectorSize", ">=32", "AlignVector", "false", "UseCompactObjectHeaders", "false"},
applyIfPlatform = {"64-bit", "true"},
applyIfCPUFeatureOr = {"sse4.1", "true", "asimd", "true"})
// Split pack into power-of-2 sizes
Expand Down

0 comments on commit 059b157

Please sign in to comment.