diff options
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r-- | docs/OpenProjects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 096d93632d..898bb84c7e 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -132,7 +132,7 @@ all the back-ends: CBE, llc, and lli.<p> <li>Add support for a volatile attribute on loads and stores <li>Support for variable argument functions <li>Add a new conditional move instruction: <tt>X = select bool Cond, Y, Z</tt> -<li>Add support for platform independant prefetch support. The GCC <a +<li>Add support for platform independent prefetch support. The GCC <a href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page has a good survey of the prefetching capabilities of a variety of modern processors. |