From owner-svn-src-all@FreeBSD.ORG Fri Jul 27 06:18:14 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBB4B106564A; Fri, 27 Jul 2012 06:18:14 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 953868FC0A; Fri, 27 Jul 2012 06:18:14 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id C73AA7300A; Fri, 27 Jul 2012 08:38:13 +0200 (CEST) Date: Fri, 27 Jul 2012 08:38:13 +0200 From: Luigi Rizzo To: Roman Divacky Message-ID: <20120727063813.GB49988@onelab2.iet.unipi.it> References: <201207262137.q6QLbwGi028133@svn.freebsd.org> <20120726213959.GA12908@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120726213959.GA12908@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, Luigi Rizzo , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r238818 - head/sys/dev/netmap X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 06:18:15 -0000 On Thu, Jul 26, 2012 at 11:39:59PM +0200, Roman Divacky wrote: > Why dont you use __builtin_prefetch() ? ignorance :) thanks for the pointer, i'll look at it. i suppose it works for clang too ? cheers luigi