From owner-freebsd-toolchain@FreeBSD.ORG Mon May 6 08:39:45 2013 Return-Path: Delivered-To: toolchain@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3A0FA7D for ; Mon, 6 May 2013 08:39:45 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id EC06DE07 for ; Mon, 6 May 2013 08:39:44 +0000 (UTC) Received: from [192.168.0.2] (cpc10-cmbg15-2-0-cust123.5-4.cable.virginmedia.com [86.30.246.124]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r468dfqM017114 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 6 May 2013 08:39:43 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: patch to add AES & PCLMUL intrinsics to gcc From: David Chisnall In-Reply-To: <20130506002701.GK1491@funkthat.com> Date: Mon, 6 May 2013 09:39:36 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130506002701.GK1491@funkthat.com> To: John-Mark Gurney X-Mailer: Apple Mail (2.1499) Cc: toolchain@FreeBSD.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 08:39:45 -0000 On 6 May 2013, at 01:27, John-Mark Gurney wrote: > One question I have is that I copied wmmintrin.h from clang... It has = a > license statement, but no copyright statement... Do I need to add one > from somewhere? The clang headers are all supposed to have a UIUC license header. If = you find one that is missing, then file a bug report upstream. =20 David