aboutsummaryrefslogtreecommitdiff
path: root/jdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'jdct.h')
-rw-r--r--jdct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdct.h b/jdct.h
index 5e26a7b..7a691d4 100644
--- a/jdct.h
+++ b/jdct.h
@@ -104,6 +104,7 @@ typedef FAST_FLOAT FLOAT_MULT_TYPE; /* preferred floating type */
#if defined(WITH_SIMD) && defined(__ARM_NEON__)
#define jpeg_idct_4x4 jpeg_idct_4x4_neon
+#define jpeg_idct_ifast jpeg_idct_ifast_neon
#endif
/* Extern declarations for the forward and inverse DCT routines. */