From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] ixgbe: convert sse intrinsics to use __builtin variants Date: Thu, 24 Jul 2014 22:20:57 -0400 Message-ID: <20140725022057.GA8231@localhost.localdomain> References: <1406226211-1364-1-git-send-email-nhorman@tuxdriver.com> <1FD9B82B8BF2CF418D9A1000154491D97414563E@ORSMSX102.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Venkatesan, Venky" Return-path: Content-Disposition: inline In-Reply-To: <1FD9B82B8BF2CF418D9A1000154491D97414563E-P5GAC/sN6hlcIJlls4ac1rfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Thu, Jul 24, 2014 at 08:41:33PM +0000, Venkatesan, Venky wrote: > Neil, > > Nice patch! One question - what gcc versions did you try this out on? We'll round out with checking the other versions. > Thanks! This was built using gcc 4.8.3. I had hoped to do something simmilar for the ACL library, but the sse instructions used there only emitted code when sse was enabled (IOW there was no genereic non-sse variant)? Neil