From 4a52b5cb3309fdbef3f590a5777e59257287b62e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 30 Jun 2016 15:19:23 +0200 Subject: fix command line option for avx512 we need to map it to the avx512f feature. Change-Id: I565b5bd256003aa6f80180b0e06c04bad8ea68af Reviewed-by: Oswald Buddenhagen --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 7f44a54670..1bd7364cb7 100644 --- a/configure.json +++ b/configure.json @@ -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" }, -- cgit v1.2.3