diff --git a/Tests/AK/TestSIMD.cpp b/Tests/AK/TestSIMD.cpp index 251904cbf22..2dbb3622992 100644 --- a/Tests/AK/TestSIMD.cpp +++ b/Tests/AK/TestSIMD.cpp @@ -9,6 +9,9 @@ #include #include +// See the comment in +#pragma GCC diagnostic ignored "-Wpsabi" + TEST_CASE(exp) { AK::SIMD::f32x4 v = { .2f, .4f, .6f, .8f };