From 595f1ce371eab2b1fea96321abab7dea00240b67 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Sat, 19 Nov 2016 13:45:12 +0100 Subject: [PATCH] GEN SIMD build fix --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7c81e5b5..ef02a09b 100644 --- a/configure.ac +++ b/configure.ac @@ -222,8 +222,8 @@ case ${ax_cv_cxx_compiler_vendor} in SIMD_FLAGS='-xmic-avx512';; GEN) AC_DEFINE([GEN],[1],[generic vector code]) - AC_DEFINE([GEN_SIMD_WIDTH],[$ac_gen_simd_width], - [generic SIMD vector width (in bytes)]) + AC_DEFINE_UNQUOTED([GEN_SIMD_WIDTH],[$ac_gen_simd_width], + [generic SIMD vector width (in bytes)]) SIMD_GEN_WIDTH_MSG=" (width= $ac_gen_simd_width)" SIMD_FLAGS='';; *)