All the slice and unslice variants that take more than one argument can benefit from already intrinsic methods on similar lines as slice(origin) and unslice(origin).
Also, the slice and unslice intrinsics for 256-bit byte/short vectors can be implemented for x86 platforms supporting AVX2 using a sequence of instructions.
Also, the slice and unslice intrinsics for 256-bit byte/short vectors can be implemented for x86 platforms supporting AVX2 using a sequence of instructions.
- is cloned by
-
JDK-8265128 [REDO] Optimize Vector API slice and unslice operations
-
- Resolved
-
- relates to
-
JDK-8259807 Vector test failures after JDK-8259278
-
- Closed
-
-
JDK-8259840 [Vector API] Fix an assert in Assembler::vpmovzxbw if UseAVX=0
-
- Closed
-