diff options
Diffstat (limited to 'vec_vsx_double2.h')
-rw-r--r-- | vec_vsx_double2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_vsx_double2.h b/vec_vsx_double2.h index fa43a6f..c9db42c 100644 --- a/vec_vsx_double2.h +++ b/vec_vsx_double2.h @@ -16,7 +16,7 @@ #define __vector vector #define __pixel pixel #define __bool bool -#elif defined __gcc__ +#elif defined __GNUC__ || defined __GNUG__ #undef vector #undef pixel #undef bool |