From 0c15a9aa7e1654a19144eb594f9639a57fd47482 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Apr 2013 19:26:18 +0200 Subject: sh4: Remove dubious aligned dsputil code The code represents a considerable maintenance burden and it is not clear that it gives a noticeable benefit to outweigh this after 10 years of improvements in compiler technology since its creation. --- libavcodec/hpeldsp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/hpeldsp.h') diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index aa58184ed1..fc57103fd7 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -98,7 +98,6 @@ void ff_hpeldsp_init_alpha(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); -void ff_hpeldsp_init_sh4(HpelDSPContext *c, int flags); void ff_hpeldsp_init_vis(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); -- cgit v1.2.3