Skip to content

Commit c31519c

Browse files
jan-wassenbergcopybara-github
authored andcommitted
split arithmetic_test into div/saturated. Fixes #2208
PiperOrigin-RevId: 638215809
1 parent c7da78d commit c31519c

File tree

5 files changed

+447
-360
lines changed

5 files changed

+447
-360
lines changed

BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ HWY_TESTS = [
496496
("hwy/tests/", "count_test"),
497497
("hwy/tests/", "crypto_test"),
498498
("hwy/tests/", "demote_test"),
499+
("hwy/tests/", "div_test"),
499500
("hwy/tests/", "dup128_vec_test"),
500501
("hwy/tests/", "expand_test"),
501502
("hwy/tests/", "float_test"),
@@ -517,6 +518,7 @@ HWY_TESTS = [
517518
("hwy/tests/", "reduction_test"),
518519
("hwy/tests/", "resize_test"),
519520
("hwy/tests/", "reverse_test"),
521+
("hwy/tests/", "saturated_test"),
520522
("hwy/tests/", "shift_test"),
521523
("hwy/tests/", "shuffle4_test"),
522524
("hwy/tests/", "slide_up_down_test"),

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ set(HWY_TEST_FILES
680680
hwy/tests/count_test.cc
681681
hwy/tests/crypto_test.cc
682682
hwy/tests/demote_test.cc
683+
hwy/tests/div_test.cc
683684
hwy/tests/dup128_vec_test.cc
684685
hwy/tests/expand_test.cc
685686
hwy/tests/float_test.cc
@@ -701,6 +702,7 @@ set(HWY_TEST_FILES
701702
hwy/tests/reduction_test.cc
702703
hwy/tests/resize_test.cc
703704
hwy/tests/reverse_test.cc
705+
hwy/tests/saturated_test.cc
704706
hwy/tests/shift_test.cc
705707
hwy/tests/shuffle4_test.cc
706708
hwy/tests/slide_up_down_test.cc

0 commit comments

Comments
 (0)