summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2013-09-24 10:10:46 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-10-14 17:30:56 +0800
commit4a8288440cbb47f0a444ae988c56906807943856 (patch)
tree098426873393bdfafbdadc22fd7be973cf6a7106 /docs
parent240520c7aa3f3c7a80519cb7193344bbb7775b30 (diff)
support LLVM 3.4
LLVM 3.3 or earlier version don't support unary addition of vectors, such as "++ int2". This patch supports LLVM 3.4. Tested by PIGLIT, no regression. Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index c0f88de1..86a235ea 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -55,7 +55,7 @@ with any thing older.
[http://llvm.org/releases/](http://llvm.org/releases/)
-LLVM 3.1,3.2 and 3.3 are supported.
+LLVM 3.1,3.2,3.3 and 3.4 are supported.
Also note that the code was compiled on GCC 4.6 and GCC 4.7. Since the code uses
really recent C++11 features, you may expect problems with older compilers. Last