From 2a37a4a3cbfaecb6c7666109353bb4d5c97b0702 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 10 Feb 2023 11:46:37 +0100 Subject: Revert "docs: add caveat for __builtin_cpu_supports" This reverts commit 1189d1b38e2b9507488ea294cda771c79e972c1d. --- gcc/doc/extend.texi | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc') diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 66a9d88..5a026c4 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}. -- cgit v1.1