From owner-freebsd-current@FreeBSD.ORG Thu Feb 19 05:09:09 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D6F7106564A for ; Thu, 19 Feb 2009 05:09:09 +0000 (UTC) (envelope-from chflags@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id F33878FC18 for ; Thu, 19 Feb 2009 05:09:08 +0000 (UTC) (envelope-from chflags@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so286247rvb.43 for ; Wed, 18 Feb 2009 21:09:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=vTAOAlK+C7Qc8rA7AALD5f1WgQ7mSbSG8RHVjbGHX8U=; b=EOWayFI7JKyIg7Vh62NZWaHqfFB3vs0CZsqfRSbYxnt0r8goAN29HhpHQGP47kmheo kolqrpAPQ+Do8MFRAJufsylJvng6pexTfCQDiHT/SYrXgakyeG6WiVo9fu95S3p8x833 ADR++6AuEEGJMTidGafwuJSljNJrXOD+Rhdro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=yC6R8qUdUSsQtc7WPwkh/jQxLUHaIIV+vsvD62L/AB4+rXCk6E0LCVeA8pwC27F7fW GdVZxn6V+FOvMLPN3bbeRid+AQzy49YAOuZ4g4cvqEZ9YWSjubpG6iFoIS2GKdiycqN7 GgBTrAmYkFed0raKfv6IYcQ8z1fsQkmRXH7WA= MIME-Version: 1.0 Received: by 10.140.127.13 with SMTP id z13mr4361259rvc.145.1235018654352; Wed, 18 Feb 2009 20:44:14 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Feb 2009 12:44:14 +0800 Message-ID: <25cb30902182044g18732b02i168e28f4f4f042a2@mail.gmail.com> From: Kevin Foo To: Jose Amengual M Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: 7.1 amb64 boot problem after makeworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chflags@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 05:09:09 -0000 On Thu, Feb 19, 2009 at 7:18 AM, Jose Amengual M wrote: > CFLAGS=-O3 -pipe -fno-strict-aliasing -funroll-loops > COPTFLAGS=-O2 -pipe -funroll-loops -ffast-math > http://funroll-loops.info/ -- Regards Kevin Foo