From patchwork Thu Jan 20 20:09:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Neill X-Patchwork-Id: 79756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 2F587B7120 for ; Fri, 21 Jan 2011 07:09:39 +1100 (EST) Received: (qmail 1283 invoked by alias); 20 Jan 2011 20:09:37 -0000 Received: (qmail 1271 invoked by uid 22791); 20 Jan 2011 20:09:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_TB, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Jan 2011 20:09:29 +0000 Received: by wyb40 with SMTP id 40so964728wyb.20 for ; Thu, 20 Jan 2011 12:09:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.11.8 with SMTP id 8mr2580701wew.0.1295554165851; Thu, 20 Jan 2011 12:09:25 -0800 (PST) Received: by 10.216.188.206 with HTTP; Thu, 20 Jan 2011 12:09:25 -0800 (PST) Date: Thu, 20 Jan 2011 14:09:25 -0600 Message-ID: Subject: [wwwdocs] patch: 4.6 tbm and bmi From: Quentin Neill To: gcc-patches@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Add TBM and BMI one-liners in gcc-4.6/changes.html, okay to commit? Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.91 diff -u -r1.91 changes.html --- htdocs/gcc-4.6/changes.html 20 Jan 2011 01:52:43 -0000 1.91 +++ htdocs/gcc-4.6/changes.html 20 Jan 2011 18:26:17 -0000 @@ -606,6 +606,10 @@ __float128 on 32-bit x86 targets.
  • AVX floating-point arithmetic can now be enabled by default at configure time with the new --with-fpmath=avx option.
  • +
  • Support for TBM (Trailing Bit Manipulation) built-in functions + and code generation is available via -mtbm.
  • +
  • Support for AMD's BMI (Bit Manipulation) built-in functions and + code generation is available via -mbmi.