[FFmpeg-devel] [PATCH] Disable FASTDIV for M68K

ami_stuff ami_stuff
Tue Aug 18 21:47:23 CEST 2009


Hi,

I propose to disable FASTDIV by default for m68k.

68040 at 25MHz (GCC 4.4.1 -m68040 -O3 -fomit-frame-pointer):

normaldiv(-1896828497) : time=65.793s
fastdiv_c(-1896828497) : time=66.521s

68060 at 50MHz (GCC 4.4.1 -m68060 -O3 -fomit-frame-pointer):

normaldiv(-1896828497) : time=29.296s
fastdiv_c(-1896828497) : time=52.392s

Patch attached.

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.diff
Type: application/octet-stream
Size: 288 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090818/48908f7e/attachment.obj>



More information about the ffmpeg-devel mailing list