mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-12 19:35:24 +00:00
another IR rule fix
This commit is contained in:
parent
b036d56e6d
commit
0efcc5cea8
@ -458,7 +458,7 @@ public class TestVectorAlgorithms {
|
||||
IRNode.VECTOR_TEST, "> 0",
|
||||
IRNode.VECTOR_LONG_TO_MASK, "> 0",
|
||||
IRNode.STORE_VECTOR_MASKED, "> 0"},
|
||||
applyIfCPUFeatureOr = {"avx", "true", "asimd", "true"})
|
||||
applyIfCPUFeature = {"avx", "true"})
|
||||
public Object filterI_VectorAPI(int[] a, int[] r, int threshold) {
|
||||
return VectorAlgorithmsImpl.filterI_VectorAPI(a, r, threshold);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user