Skip to content

Commit

Permalink
and one other
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Jun 2, 2024
1 parent 112fe6b commit 28ee026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/all_tests/t_i8x16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ fn impl_i8x16_max() {
i8x16::from([10, 2, -3, 4, 5, -6, 7, 8, 9, 7, -11, 12, 13, 6, 55, -127]);
let actual = a.max(b);
assert_eq!(expected, actual);

crate::test_random_vector_vs_scalar(|a: i8x16, b| a.max(b), |a, b| a.max(b));
}

#[test]
Expand Down

0 comments on commit 28ee026

Please sign in to comment.