From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Chen Subject: Re: [PATCH 01/11] Added macro to check for AVX2 feature. Date: Fri, 22 Mar 2013 17:33:16 -0700 Message-ID: <1363998796.8972.69.camel@schen9-DESK> References: <1363987742.8972.55.camel@schen9-DESK> <09e94963-5146-4c1b-ab76-64ac73d660ab@email.android.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Herbert Xu , "David S.Miller" , Kirk Yap , David Cote , James Guilford , Wajdi Feghali , linux-kernel , linux-crypto@vger.kernel.org To: "H. Peter Anvin" Return-path: Received: from mga09.intel.com ([134.134.136.24]:47086 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932325Ab3CWAd1 (ORCPT ); Fri, 22 Mar 2013 20:33:27 -0400 In-Reply-To: <09e94963-5146-4c1b-ab76-64ac73d660ab@email.android.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Fri, 2013-03-22 at 17:21 -0700, H. Peter Anvin wrote: > I really, really hate these macros... Not sure they are worth the extra noise. > I can do without the macro and I'll remove it. Wonder the reason that such macro should be avoided? Tim