Currently VectorMask.trueCount/firstTrue/lastTrue() implementation iterates over underlined boolean array to count/ascertain the position of true bits.
To create intrinsics for these APIs and emit efficient jit sequence for X86 target.
To create intrinsics for these APIs and emit efficient jit sequence for X86 target.
- relates to
-
JDK-8267357 build breaks with -Werror option on micro benchmark added for JDK-8256973
-
- Resolved
-
-
JDK-8269568 JVM crashes when running VectorMask query tests
-
- Resolved
-
-
JDK-8267364 Remove mask.incr which is introduced by JDK-8256973
-
- Resolved
-
-
JDK-8267370 [Vector API] Fix several crashes after JDK-8256973
-
- Closed
-
-
JDK-8269725 AArch64: Add VectorMask query implementation for NEON
-
- Resolved
-
(2 links to)