summaryrefslogtreecommitdiffstats
path: root/hacks/strange.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/strange.c')
-rw-r--r--hacks/strange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/strange.c b/hacks/strange.c
index 89e9a3b..c630f71 100644
--- a/hacks/strange.c
+++ b/hacks/strange.c
@@ -175,7 +175,7 @@ DBL_To_PRM( 1.0-exp( -16.0*(a)/UNIT2 ) )
#if defined(__BIGGEST_ALIGNMENT__) \
&& (defined(__GNUC__) \
- && (__GNUC__ == 4 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 5) \
+ && (__GNUC__ == 4 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 5) \
|| defined(__clang__))
# define ALIGNED __attribute__((aligned(__BIGGEST_ALIGNMENT__)))
# define ALIGN_HINT(ptr) __builtin_assume_aligned((ptr), __BIGGEST_ALIGNMENT__)