Skip to content

Commit

Permalink
avoid avx512 in fourq (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-yu authored and anakinxc committed Jul 3, 2024
1 parent 44e0206 commit 2acfad4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazel/FourQlib.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ make(
"ARCH": "x64",
"AVX": "TRUE",
"AVX2": "FALSE",
"EXTENDED_SET": "FALSE",
},
":linux_arm64": {
"ARCH": "ARM64",
"GENERIC": "TRUE",
"EXTENDED_SET": "FALSE",
},
"@platforms//os:macos": {
"ARCH": "x64",
"GENERIC": "TRUE",
"EXTENDED_SET": "FALSE",
}, # still work on macos M1
}),
lib_source = ":all_srcs",
Expand Down

0 comments on commit 2acfad4

Please sign in to comment.