Skip to content

Commit

Permalink
fix BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
pandalee99 committed Jan 25, 2025
1 parent d5a50be commit ef65e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/fury/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")

cc_library(
name = "fury_util",
srcs = glob(["*.cc", "*.cpp"], exclude=["*test.cc", "benchmark.cc"]),
srcs = glob(["*.cc"], exclude=["*test.cc", "benchmark.cc"]),
hdrs = glob(["*.h"]),
copts = ["-mavx2"], # Enable AVX2 support
linkopts = ["-mavx2"], # Ensure linker also knows about AVX2
Expand Down

0 comments on commit ef65e22

Please sign in to comment.