8293409: [vectorapi] Intrinsify VectorSupport.indexVector

Reviewed-by: eliu, jbhateja
This commit is contained in:
Xiaohong Gong 2022-10-19 09:24:05 +00:00
parent 3f3d63d02a
commit 857b0f9b05
14 changed files with 382 additions and 30 deletions

View file

@ -240,7 +240,7 @@ public class VectorSupport {
V index(V v, int step, S s);
}
//FIXME @IntrinsicCandidate
@IntrinsicCandidate
public static
<V extends Vector<E>,
E,