Document rdrand effective target
authorTom de Vries <tom@codesourcery.com>
Tue, 23 May 2017 09:40:21 +0000 (09:40 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 23 May 2017 09:40:21 +0000 (09:40 +0000)
2017-05-23  Tom de Vries  <tom@codesourcery.com>

* doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
attributes): Document rdrand effective target.

From-SVN: r248360

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 4dfa7c2cf781d5060337170bb9ddda58126ba582..b5363030e138addf766513516f624261627080e4 100644 (file)
@@ -1,3 +1,8 @@
+2017-05-23  Tom de Vries  <tom@codesourcery.com>
+
+       * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
+       attributes): Document rdrand effective target.
+
 2017-05-23  Tom de Vries  <tom@codesourcery.com>
 
        * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
index 01d705a9fea71b761dd28b4523e64d347cdba894..ab2f8b62b605230aa9f37c609caae983bbcbd667 100644 (file)
@@ -1855,6 +1855,9 @@ Target does not require strict alignment.
 @item pie_copyreloc
 The x86-64 target linker supports PIE with copy reloc.
 
+@item rdrand
+Target supports x86 @code{rdrand} instruction.
+
 @item sqrt_insn
 Target has a square root instruction that the compiler can generate.