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.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index f00c449b12..852cb5a164 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -62,8 +62,6 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags) ff_hpeldsp_init_bfin(c, flags); if (ARCH_PPC) ff_hpeldsp_init_ppc(c, flags); - if (ARCH_SH4) - ff_hpeldsp_init_sh4(c, flags); if (HAVE_VIS) ff_hpeldsp_init_vis(c, flags); if (ARCH_X86) -- cgit v1.2.3