浏览代码

Atomic ops builtins (__sync_*) only appeared in gcc-4.1, so until we find a
generic solution when those functions are not available, gcc >= 4.1 will be
required.

Cédric Augonnet 16 年之前
父节点
当前提交
62d1e62152
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README

+ 1 - 1
README

@@ -28,7 +28,7 @@ TODO
 ++==================++
 
  * make
- * gcc (version >= 4)
+ * gcc (version >= 4.1)
  * if CUDA support is enabled
    * CUDA (version >= 2.0)
    * CUBLAS (version >= 2.0)