Mesa (master): llvmpipe: document issue with LLVM 2.8 and earlier with AVX

Brian Paul brianp at kemper.freedesktop.org
Thu Apr 7 19:58:41 UTC 2011


Module: Mesa
Branch: master
Commit: 06613b7b3a641b66400f09993a884daf7ab34509
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06613b7b3a641b66400f09993a884daf7ab34509

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr  7 13:43:00 2011 -0600

llvmpipe: document issue with LLVM 2.8 and earlier with AVX

---

 src/gallium/drivers/llvmpipe/README |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README
index 1fc7746..cd0e476 100644
--- 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:
  




More information about the mesa-commit mailing list