Skip to content

Commit

Permalink
Adding a message to indicate that AVX has been properly enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Oct 20, 2017
1 parent e93ecb8 commit 2193a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def parse_argv():

extra_switches = []
if options['use_avx']:
print('Enabling AVX usage')
extra_switches.append("-DUSE_AVX_INSTRUCTIONS:BOOL=true")

# Generate IDE solution
Expand Down

0 comments on commit 2193a81

Please sign in to comment.