Details
-
Bug
-
Resolution: Fixed
-
P2
-
16, 17
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8261271 | 17 | Dong Bo | P2 | Resolved | Fixed | b09 |
JDK-8261388 | 16.0.2 | Dong Bo | P2 | Resolved | Fixed | b01 |
JDK-8261375 | 16.0.1 | Dong Bo | P2 | Resolved | Fixed | b05 |
Description
This is a typo introduced by JDK-8255949.
Shifting right and accumulating four short integers should use `usra` rather than `ushr`.
Shifting right and accumulating four short integers should use `usra` rather than `ushr`.
Attachments
Issue Links
- backported by
-
JDK-8261271 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
- Resolved
-
JDK-8261375 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
- Resolved
-
JDK-8261388 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
- Resolved
- relates to
-
JDK-8255949 AArch64: Add support for vectorized shift right and accumulate
- Resolved
(1 links to)