Skip to content

Commit d9d6ef5

Browse files
committed
Verified that GCC 4 produces acceptable code
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
1 parent 6fb6b5c commit d9d6ef5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libocxl_internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
* lwz/ld
3535
* stw/std
3636
*/
37-
#if !defined(__GNUC__) || __GNUC__ < 6
38-
#error LibOCXL is only tested with GCC 6 & GCC 7, remove this error at your own peril
37+
#if !defined(__GNUC__) || __GNUC__ < 4
38+
#error LibOCXL is only tested with GCC 4, 5, 6 & 7, remove this error at your own peril
3939
#endif
4040

4141
#define LIKELY(condition) __builtin_expect((condition), 1)

0 commit comments

Comments
 (0)