]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/81894 (Typo in x86 built-in function list)
authorUros Bizjak <ubizjak@gmail.com>
Sat, 19 Aug 2017 08:25:14 +0000 (10:25 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 19 Aug 2017 08:25:14 +0000 (10:25 +0200)
PR target/81894
* doc/extend.texi (x86 Built-in Functions): Correct the name of
__builtin_ia32_lzcnt_u16.

From-SVN: r251200

gcc/ChangeLog
gcc/doc/extend.texi

index 495333698a190c79b37b8f9f689d63756c77c7ac..66378de1b5c84a7fb1a9954a1846d803d4316d1b 100644 (file)
@@ -1,3 +1,9 @@
+2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/81894
+       * doc/extend.texi (x86 Built-in Functions): Correct the name of
+       __builtin_ia32_lzcnt_u16.
+
 2017-08-17  Uros Bizjak  <ubizjak@gmail.com>
 
        Backport from mainline
index f8b2aa2e25c1fcef7eafe858bd0ab96ac3fb8ff8..2d3247bb89c06e9ae7233255d97201520df2a64e 100644 (file)
@@ -17222,7 +17222,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