소스 검색

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)