-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
b07
Saturating addition over unsigned integers is an associative operation. The proof is easy:
(a su+ b) su+ c == min(a u+ b u+ c, MAX_UINT) == a su+ (b su+ c)
(a su+ b) su+ c == min(a u+ b u+ c, MAX_UINT) == a su+ (b su+ c)
- csr for
-
JDK-8362286 [vectorapi] Make VectorOperators.SUADD an Associative
-
- Closed
-
- relates to
-
JDK-8362279 [vectorapi] VECTOR_OP_SUADD needs reduction support
-
- Open
-
-
JDK-8362280 [vectorapi] Add intrinsic support for SUADD reductions
-
- New
-
- links to
-
Commit(master) openjdk/jdk/b65fdf5a
-
Review(master) openjdk/jdk/26099