mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Tests: Fix building TestSIMD on non-SSE ABIs
This commit is contained in:
parent
7bce0e5d1a
commit
e97c2538b6
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <AK/SIMD.h>
|
||||
#include <AK/SIMDMath.h>
|
||||
|
||||
// See the comment in <AK/SIMDMath.h>
|
||||
#pragma GCC diagnostic ignored "-Wpsabi"
|
||||
|
||||
TEST_CASE(exp)
|
||||
{
|
||||
AK::SIMD::f32x4 v = { .2f, .4f, .6f, .8f };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue