aboutsummaryrefslogtreecommitdiff
path: root/simd/arm/common/jidctint-neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'simd/arm/common/jidctint-neon.c')
-rw-r--r--simd/arm/common/jidctint-neon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/simd/arm/common/jidctint-neon.c b/simd/arm/common/jidctint-neon.c
index 11076a0c..4ee9eb05 100644
--- a/simd/arm/common/jidctint-neon.c
+++ b/simd/arm/common/jidctint-neon.c
@@ -21,6 +21,7 @@
*/
#define JPEG_INTERNALS
+#include "../../../jconfigint.h"
#include "../../../jinclude.h"
#include "../../../jpeglib.h"
#include "../../../jsimd.h"
@@ -75,7 +76,7 @@
#define F_2_053_MINUS_2_562 (F_2_053 - F_2_562)
#define F_0_541_PLUS_0_765 (F_0_541 + F_0_765)
-__attribute__ ((aligned(8))) static int16_t jsimd_idct_islow_neon_consts[] = {
+ALIGN(16) static const int16_t jsimd_idct_islow_neon_consts[] = {
F_0_899, F_0_541,
F_2_562, F_0_298_MINUS_0_899,
F_1_501_MINUS_0_899, F_2_053_MINUS_2_562,