From b7577997d8380b68707197b17d668384e290c197 Mon Sep 17 00:00:00 2001 From: Highway Date: Sun, 7 Jun 2026 04:28:32 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 928074340 --- hwy/contrib/sort/BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwy/contrib/sort/BUILD b/hwy/contrib/sort/BUILD index a146efbe3a..7107e95104 100644 --- a/hwy/contrib/sort/BUILD +++ b/hwy/contrib/sort/BUILD @@ -252,6 +252,7 @@ cc_test( deps = [ ":helpers", ":vqsort_for_test", + "//third_party/grte:static_libs", "//:hwy", "//:hwy_test_util", ] + TEST_MAIN, @@ -269,6 +270,7 @@ cc_test( deps = [ ":helpers", ":vqsort_for_test", + "//third_party/grte:static_libs", "//:hwy", "//:hwy_test_util", "//:thread_pool", @@ -287,6 +289,7 @@ cc_test( deps = [ ":helpers", ":vqsort", + "//third_party/grte:static_libs", "//:hwy", "//:hwy_test_util", "//:nanobenchmark", @@ -303,6 +306,7 @@ cc_binary( deps = [ ":helpers", ":vqsort", + "//third_party/grte:static_libs", "//:hwy", "//:hwy_test_util", "//:nanobenchmark",