forked from OSchip/llvm-project
Move link to GCC prefetch info here, since it's gone from Open Projects page
llvm-svn: 20566
This commit is contained in:
parent
90e6ff073c
commit
8f3df64397
|
@ -31,7 +31,7 @@
|
|||
<li><a href="#linux">Linux</a></li>
|
||||
<li><a href="#osx">OS X</a></li>
|
||||
</ol></li>
|
||||
<li><a href="#fmt">Binary File Formats</a></li>
|
||||
<li><a href="#misc">Miscellaneous resources</a></li>
|
||||
</ol>
|
||||
|
||||
<div class="doc_author">
|
||||
|
@ -216,13 +216,16 @@ ABI</a></li>
|
|||
</div>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_section"><a name="fmt">Binary File Formats</a></div>
|
||||
<div class="doc_section"><a name="misc">Miscellaneous resources</a></div>
|
||||
<!-- *********************************************************************** -->
|
||||
|
||||
<ul>
|
||||
<li><a
|
||||
href="http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
|
||||
File Format library</a></li>
|
||||
<li><a href="http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project</a>
|
||||
page has a good survey of the prefetching capabilities of a variety of modern
|
||||
processors.</li>
|
||||
</ul>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
|
|
Loading…
Reference in New Issue