From owner-freebsd-toolchain@FreeBSD.ORG Sat Aug 24 16:33:42 2013 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE45DB39; Sat, 24 Aug 2013 16:33:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7DD0272E; Sat, 24 Aug 2013 16:33:41 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id l12so1405658wiv.1 for ; Sat, 24 Aug 2013 09:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8wHn1YcEO1JJANmqLfD92mzDM2MzUcim79TS7Y95bSI=; b=Q9BwV2JjDUz6KIzIl0gl2JlBwWAfEwtr/S4iNgp2YbtIqk6DEca71xsZKyVblbLQ0f +8lQOvtRNyqS9roKytHAXWSR2KEBEo8YRZgvrXbctO1BpLcyuoCmCrOjtnGbaahLDa8t g4szdoVYLSZvOVEwmpzop6nFUFNMYLYqBXuSzejRKss4U2XBFrZuIC+H5BupipJdiC1Q J1oA+niDLWErYp4i5n1WuwKai/nHi9oXxfr6R5RgHYRHjQWjizFHCcrY4UVjPqLDLz8H KiVMPdF3XG5AQKCEedcBwqRXNCz00bqRKKzTciVta4PrAVvoBlbWx60KvSQ/kcSTctzx xyOw== MIME-Version: 1.0 X-Received: by 10.180.36.133 with SMTP id q5mr2006182wij.0.1377362020059; Sat, 24 Aug 2013 09:33:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Sat, 24 Aug 2013 09:33:39 -0700 (PDT) In-Reply-To: <8C31A000-6806-4291-98A4-E8291E637BD2@bsdimp.com> References: <20130822200902.GG94127@funkthat.com> <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <5CE4B5FA-9DA0-45E4-8D67-161E0829FE6B@FreeBSD.org> <5217DBAB.5030607@freebsd.org> <86032E72-A569-4946-B4F8-26F687067B31@bsdimp.com> <1380949A-254A-4222-BEDE-0C23E16E4F67@freebsd.org> <8C31A000-6806-4291-98A4-E8291E637BD2@bsdimp.com> Date: Sat, 24 Aug 2013 09:33:39 -0700 X-Google-Sender-Auth: LmgMJa5W5PlabcqRj1Esxu7DZpg Message-ID: Subject: Re: patch to add AES intrinsics to gcc From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "re@FreeBSD.org Engineering Team" , "current@freebsd.org" , John-Mark Gurney , Alfred Perlstein , 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: Sat, 24 Aug 2013 16:33:42 -0000 You know, I could be a total jerk and say: "If you push gcc out to a port, and you have the 'external compiler' toolchain support working correctly enough to build with this, why don't we just push clang out to a port, and be done with it?" ... just saying. -adrian