diff --git a/tests/test_fpu/test_fpu.c b/tests/test_fpu/test_fpu.c index f9cec2fd..621dee7b 100644 --- a/tests/test_fpu/test_fpu.c +++ b/tests/test_fpu/test_fpu.c @@ -30,7 +30,7 @@ int solo5_app_main(const struct solo5_start_info *si __attribute__((unused))) { puts("\n**** Solo5 standalone test_fpu ****\n\n"); - float a, b, c[4]; + float a, b, c[4] __attribute__((aligned(64))); c[0] = 2.0; c[1] = 5.0;