Move link to GCC prefetch info here, since it's gone from Open Projects page

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2005-03-11 21:18:18 +00:00
parent c5fc361562
commit 38d3828bdf

View File

@ -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>
<!-- *********************************************************************** -->