From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116990 invoked by alias); 28 Feb 2016 21:49:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 116954 invoked by uid 89); 28 Feb 2016 21:49:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1038 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 28 Feb 2016 21:48:59 +0000 Received: from anthias (vie-188-118-249-091.dsl.sil.at [188.118.249.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 37FD63F428 for ; Sun, 28 Feb 2016 16:48:55 -0500 (EST) Date: Sun, 28 Feb 2016 21:49:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Fix doc link to x86 built-in functions in gcc-4.8/changes.html Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg01899.txt.bz2 Somehow X86 apparently was changed to x86 at one point, breaking this link. Fixed thusly. Gerald Index: gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.136 diff -u -r1.136 changes.html --- gcc-4.8/changes.html 28 Feb 2016 19:39:25 -0000 1.136 +++ gcc-4.8/changes.html 28 Feb 2016 20:43:06 -0000 @@ -589,7 +589,7 @@ __builtin_cpu_is("westmere") returns a positive integer if the run-time CPU is an Intel Core i7 Westmere processor. Please refer to the + href="https://gcc.gnu.org/onlinedocs/gcc/x86-Built-in-Functions.html"> user manual for the list of valid CPU names recognized.
  • A built-in function __builtin_cpu_supports has been added to detect if the run-time CPU supports a particular ISA feature.