Browse Source

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 years ago
parent
commit
62d1e62152
1 changed files with 1 additions and 1 deletions
  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)