From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 91E1F3858D28; Fri, 10 Feb 2023 10:46:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91E1F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676026018; bh=rhMkXJd/MNSTCOwWtH9pEWaNCtiKTgdoDFwKnWyCZHY=; h=From:To:Subject:Date:From; b=gkTKPE3vFcoNI50NQ1oXaZqa8Vwq9KHnkAdGUedSl+9PdWDnl0/xOwxZ6IowHxaI4 kWIQqbrWfSBz0Coieh+ciGiJpw2t1kzEv0U4tAYjw7UKJLraapYXJtC9gEnOu+TNAQ GXE/C5d93ONMpWS35w9q02KpJrkumviPHp1wVbTo= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5770] Revert "docs: add caveat for __builtin_cpu_supports" X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: e635681dd26abf8243b49f6fd39d3582d57225ba X-Git-Newrev: 2a37a4a3cbfaecb6c7666109353bb4d5c97b0702 Message-Id: <20230210104658.91E1F3858D28@sourceware.org> Date: Fri, 10 Feb 2023 10:46:58 +0000 (GMT) List-Id: https://gcc.gnu.org/g:2a37a4a3cbfaecb6c7666109353bb4d5c97b0702 commit r13-5770-g2a37a4a3cbfaecb6c7666109353bb4d5c97b0702 Author: Jakub Jelinek Date: Fri Feb 10 11:46:37 2023 +0100 Revert "docs: add caveat for __builtin_cpu_supports" This reverts commit 1189d1b38e2b9507488ea294cda771c79e972c1d. Diff: --- gcc/doc/extend.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 66a9d889881..5a026c4b48c 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -22071,9 +22071,6 @@ else count = generic_countbits (n); //generic implementation. @} @end smallexample - -Caveat: This built-in function does not work correctly on old VIA -processors (Centaur family). @end deftypefn The following built-in functions are made available by @option{-mmmx}.