瀏覽代碼

llvmpipe: document issue with LLVM 2.8 and earlier with AVX

tags/useful
Brian Paul 14 年之前
父節點
當前提交
06613b7b3a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/gallium/drivers/llvmpipe/README

+ 4
- 0
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:

Loading…
取消
儲存