diff options
author | Yvan Roux <yvan.roux@linaro.org> | 2017-09-13 22:08:01 +0200 |
---|---|---|
committer | Yvan Roux <yvan.roux@linaro.org> | 2017-09-13 22:08:01 +0200 |
commit | c9ea5a776f51a9c5c5a7acabd054d0f2c1d49b66 (patch) | |
tree | cb3c91ed24da10b24f0cbbfad54c3aaf2efa2762 /gcc/doc | |
parent | b637432f10f34af6d5680363f853f929d0472652 (diff) | |
download | gcc-c9ea5a776f51a9c5c5a7acabd054d0f2c1d49b66.tar.gz |
Merge branches/gcc-7-branch rev 252337.
Change-Id: Iea4913cc1bf65480f6d85f4cc97252e9e59c3631
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a5edb3264e3..bac9d022420 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -20635,7 +20635,7 @@ unsigned long long _pext_u64 (unsigned long long, unsigned long long) The following built-in functions are available when @option{-mlzcnt} is used. All of them generate the machine instruction that is part of the name. @smallexample -unsigned short __builtin_ia32_lzcnt_16(unsigned short); +unsigned short __builtin_ia32_lzcnt_u16(unsigned short); unsigned int __builtin_ia32_lzcnt_u32(unsigned int); unsigned long long __builtin_ia32_lzcnt_u64 (unsigned long long); @end smallexample |