Document rdrand effective target

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
This commit is contained in:
Tom de Vries 2017-05-23 09:40:21 +00:00 committed by Tom de Vries
parent 8a1a519471
commit 8d4f5c6821
2 changed files with 8 additions and 0 deletions

View 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

View 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.