projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef2c80f
)
llvmpipe: document issue with LLVM 2.8 and earlier with AVX
author
Brian Paul
<brianp@vmware.com>
Thu, 7 Apr 2011 19:43:00 +0000
(13:43 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 7 Apr 2011 19:43:00 +0000
(13:43 -0600)
src/gallium/drivers/llvmpipe/README
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/README
b/src/gallium/drivers/llvmpipe/README
index 1fc7746a834a7a0d52317cf405b729dd6120ddc7..cd0e476e73b052ee71210aa0dd0cd30ef28483a4 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/README
+++ b/
src/gallium/drivers/llvmpipe/README
@@
-13,6
+13,10
@@
Requirements
See /proc/cpuinfo to know what your CPU supports.
- LLVM. Version 2.8 recommended. 2.6 or later required.
+
+ NOTE: LLVM 2.8 and earlier will not work on systems that support the
+ Intel AVX extensions (e.g. Sandybridge). LLVM's code generator will
+ fail when trying to emit AVX instructions. This was fixed in LLVM 2.9.
For Linux, on a recent Debian based distribution do: