Future Intel architecture will be supporting vectorized popcount: https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf
The appropriate support must be added to vectorizer to be able to take advantage of this on appropriate processors.
The appropriate support must be added to vectorizer to be able to take advantage of this on appropriate processors.
- relates to
-
JDK-8199603 Build failures after JDK-8199421 "Add support for vector popcount"
- Closed
-
JDK-8241475 AArch64: Add missing support for PopCountVI node
- Resolved