Mercurial > libavcodec.hg
changeset 8172:6cd416513c5a libavcodec
SH4: fix IDCT
author | mru |
---|---|
date | Wed, 19 Nov 2008 00:37:30 +0000 |
parents | 49648dd185cf |
children | 471b16105266 |
files | sh4/idct_sh4.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sh4/idct_sh4.c Wed Nov 19 00:37:28 2008 +0000 +++ b/sh4/idct_sh4.c Wed Nov 19 00:37:30 2008 +0000 @@ -138,7 +138,7 @@ int ofs1,ofs2,ofs3; #if defined(__SH4__) -#error "FIXME!! change to single float" + __asm__ ("fschg"); #endif /* row */ @@ -253,7 +253,7 @@ } while(--i); #if defined(__SH4__) -#error "FIXME!! change to double" + __asm__ ("fschg"); #endif } #else