Skip to content

Commit

Permalink
fix command line option for avx512
Browse files Browse the repository at this point in the history
we need to map it to the avx512f feature.

Change-Id: I565b5bd256003aa6f80180b0e06c04bad8ea68af
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
ossilator committed Jul 8, 2016
1 parent a15b9d3 commit 4a52b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"audio-backend": "boolean",
"avx": "boolean",
"avx2": "boolean",
"avx512": "boolean",
"avx512": { "type": "boolean", "name": "avx512f" },
"c++std": "cxxstd",
"commercial": "void",
"compile-examples": { "type": "boolean", "name": "compile_examples" },
Expand Down

0 comments on commit 4a52b5c

Please sign in to comment.