commit | d70b4864d93c5507b9bae308d291fa76e104baad | [log] [tgz] |
---|---|---|
author | Sean McBride <sean@rogue-research.com> | Tue Jan 17 18:58:34 2023 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Jan 17 18:58:34 2023 +0000 |
tree | 9e338648634da1c3e769369594a7ac0d66959736 | |
parent | b52312068766eff6c96ff6d2534ab240ccb48a76 [diff] [blame] |
issue #2581: review and cleanup of compiler version checks
diff --git a/test/vectorization_logic.cpp b/test/vectorization_logic.cpp index a6441ab..59f88cf 100644 --- a/test/vectorization_logic.cpp +++ b/test/vectorization_logic.cpp
@@ -26,7 +26,7 @@ // for packet_traits<Packet*> // => The only workaround would be to wrap _m128 and the likes // within wrappers. -#if EIGEN_GNUC_AT_LEAST(6,0) +#if EIGEN_GNUC_STRICT_AT_LEAST(6,0,0) #pragma GCC diagnostic ignored "-Wignored-attributes" #endif