diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-02-10 11:46:37 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-02-10 11:46:37 +0100 |
commit | 2a37a4a3cbfaecb6c7666109353bb4d5c97b0702 (patch) | |
tree | 64caba6d0279669828d8f00b3d3f673bc19ac664 /gcc | |
parent | e635681dd26abf8243b49f6fd39d3582d57225ba (diff) | |
download | gcc-2a37a4a3cbfaecb6c7666109353bb4d5c97b0702.zip gcc-2a37a4a3cbfaecb6c7666109353bb4d5c97b0702.tar.gz gcc-2a37a4a3cbfaecb6c7666109353bb4d5c97b0702.tar.bz2 |
Revert "docs: add caveat for __builtin_cpu_supports"
This reverts commit 1189d1b38e2b9507488ea294cda771c79e972c1d.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 3 |
1 files changed, 0 insertions, 3 deletions
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}. |