aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-20 10:27:44 -0800
committerTorne (Richard Coles) <torne@google.com>2015-05-27 12:49:37 +0100
commit743fc92cae95ac4a4416d1a930522a6c01890eeb (patch)
tree0f3b372d995144fb2a5ccbd2394472df017aff9d
parent5f1d38f9e7ca4dfe188e14a270c76e8f4de75dde (diff)
downloadlibjpeg_turbo-743fc92cae95ac4a4416d1a930522a6c01890eeb.tar.gz
Add missing arm64-neon function declaration.
I'm trying to get to where we can turn on -Werror=implicit-function-declaration for LP64, so we can avoid bugs where we drop the top half of a pointer because the compiler's assuming 'int'. Change-Id: Ia3508c7807e6f743e97af11b4b0b9633882f80af
-rw-r--r--simd/jsimd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/simd/jsimd.h b/simd/jsimd.h
index 3d4751f..109a4c3 100644
--- a/simd/jsimd.h
+++ b/simd/jsimd.h
@@ -385,6 +385,10 @@ EXTERN(void) jsimd_ycc_extxrgb_convert_neon
JPP((JDIMENSION out_width,
JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPARRAY output_buf, int num_rows));
+EXTERN(void) jsimd_ycc_rgb565_convert_neon
+ JPP((JDIMENSION out_width,
+ JSAMPIMAGE input_buf, JDIMENSION input_row,
+ JSAMPARRAY output_buf, int num_rows));
/* SIMD Downsample */
EXTERN(void) jsimd_h2v2_downsample_mmx