We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb6b5c commit d9d6ef5Copy full SHA for d9d6ef5
1 file changed
src/libocxl_internal.h
@@ -34,8 +34,8 @@
34
* lwz/ld
35
* stw/std
36
*/
37
-#if !defined(__GNUC__) || __GNUC__ < 6
38
-#error LibOCXL is only tested with GCC 6 & GCC 7, remove this error at your own peril
+#if !defined(__GNUC__) || __GNUC__ < 4
+#error LibOCXL is only tested with GCC 4, 5, 6 & 7, remove this error at your own peril
39
#endif
40
41
#define LIKELY(condition) __builtin_expect((condition), 1)
0 commit comments