-
Bug
-
Resolution: Fixed
-
P3
-
24
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8348462 | 24.0.1 | Paul Sandoz | P3 | Resolved | Fixed | b04 |
JDK-8346309 | 24 | Paul Sandoz | P3 | Resolved | Fixed | b29 |
https://github.com/openjdk/jdk/blob/367c3041272d43b0474b433c555f22a3e15579f6/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/IntVector.java#L2846
This method misses UMAX/UMIN, which means calling reduceLanes with them will throw UnsupportedOperationException
This method misses UMAX/UMIN, which means calling reduceLanes with them will throw UnsupportedOperationException
- backported by
-
JDK-8346309 UMAX/UMIN are missing from XXXVector::reductionOperations
-
- Resolved
-
-
JDK-8348462 UMAX/UMIN are missing from XXXVector::reductionOperations
-
- Resolved
-
- relates to
-
JDK-8338021 Support new unsigned and saturating vector operators in VectorAPI
-
- Resolved
-
- links to
-
Commit(jdk24) openjdk/jdk/0225372e
-
Commit(master) openjdk/jdk/31c3b191
-
Review(jdk24) openjdk/jdk/22777
-
Review(master) openjdk/jdk/22741
(2 links to)