mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Tests: Fix building TestSIMD on non-SSE ABIs
This commit is contained in:
parent
7bce0e5d1a
commit
e97c2538b6
Notes:
sideshowbarker
2024-07-17 09:49:48 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/e97c2538b6 Pull-request: https://github.com/SerenityOS/serenity/pull/20957 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/Hendiadyoin1
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…
Reference in a new issue