ソースを参照

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)