Skip to content

Commit

Permalink
Typographic error
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin-bhateja committed Oct 3, 2024
1 parent 952920a commit f5b5e6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static long subSaturating(long a, long b) {
* @param a the first operand.
* @param b the second operand.
* @return the saturating addition of the operands.
* @see VectorOperators#SADD
* @see VectorOperators#SUADD
* @since 24
*/
public static long addSaturatingUnsigned(long a, long b) {
Expand All @@ -164,7 +164,7 @@ public static long addSaturatingUnsigned(long a, long b) {
* @param a the first operand.
* @param b the second operand.
* @return the saturating difference of the operands.
* @see VectorOperators#SSUB
* @see VectorOperators#SUSUB
* @since 24
*/
public static long subSaturatingUnsigned(long a, long b) {
Expand Down

0 comments on commit f5b5e6f

Please sign in to comment.