Skip to content

Commit

Permalink
Fix win avx512 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Apr 30, 2024
1 parent 24c4f69 commit c32f60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/base64/base64.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/arch:AVX512'
'/arch:AVX512', '-mavx512vl', '-mavx512vbmi'
],
},
},
Expand Down

0 comments on commit c32f60b

Please sign in to comment.