From: Chris Lattner Date: Fri, 11 Mar 2005 06:16:26 +0000 (+0000) Subject: prefetch is now supported. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d03b3bc0088abb0206f77cdbf2c2cc3a623d9591;p=oota-llvm.git prefetch is now supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20562 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 39a50fdcba7..780a54aa5a4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -99,6 +99,8 @@ In this release, the following missing features were implemented:
  1. LLVM can now create native shared libraries with 'llvm-gcc ... -shared -Wl,-native' (or with -Wl,-native-cbe).
  2. +
  3. LLVM now supports a new "llvm.prefetch + " intrinsic, and llvm-gcc now supports __builtin_prefetch.
@@ -386,7 +388,8 @@ work: __builtin_types_compatible_p, __builtin_choose_expr, __builtin_constant_p, and __builtin_expect (currently ignored). We also support builtins for ISO C99 floating - point comparison macros (e.g., __builtin_islessequal). + point comparison macros (e.g., __builtin_islessequal), and + __builtin_prefetch.

The following extensions are known to be supported: