mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8293409: [vectorapi] Intrinsify VectorSupport.indexVector
Reviewed-by: eliu, jbhateja
This commit is contained in:
parent
3f3d63d02a
commit
857b0f9b05
14 changed files with 382 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue