summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Software/Beignet.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Beignet.mdwn b/Software/Beignet.mdwn
index addcd53c..a557cb17 100644
--- a/Software/Beignet.mdwn
+++ b/Software/Beignet.mdwn
@@ -38,10 +38,10 @@ with anything older.
[http://llvm.org/releases/](http://llvm.org/releases/)
-**The recommended LLVM/CLANG version is 3.5 and/or 3.6**
-Based on our test result, LLVM 3.5 has best pass rate on all the test suites. LLVM 3.6
-has slightly less pass rate(caused by one front end bug at clang 3.6) than 3.5 but has
-better performance about 3% to 8% for different cases and different targets.
+**The recommended LLVM/CLANG version is 3.5 and/or 3.6.**
+Based on our test result, LLVM 3.5 has best pass rate on all the test suites. Compare
+to LLVM 3.5, LLVM 3.6 has slightly lower pass rate(caused by one front end bug at clang
+3.6) but has better performance (3% to 5% up).
For LLVM 3.3 and 3.4, Beignet still support them, but it may be limited to support the
build and major functions.