Some vector operators declared in the VectorOperators class are integral only, but neglect to explicitly say so (as others do), although it is implicitly obvious by the code they reference.
Specifically BIT_COUNT, TRAILING_ZEROS_COUNT, LEADING_ZEROS_COUNT, REVERSE, REVERSE_BYTES neglect to say so (compare to XOR)
Specifically BIT_COUNT, TRAILING_ZEROS_COUNT, LEADING_ZEROS_COUNT, REVERSE, REVERSE_BYTES neglect to say so (compare to XOR)
- links to
-
Review(master) openjdk/jdk/24237