Re: [AD] stretch_blit bug |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-04-25, Trent Gamblin <trent@xxxxxxxxxx> wrote:
> Attached is an improved version of Elias' stretching routines, with a
> benchmark program. It's not as fast as stretch_blit, but it's more
> accurate and can blit between bitmaps of different color depths.
Would either of the new stretch_blit implementations be faster if they
didn't use indirect function calls? I didn't think C compilers were
generally smart enough to specialise them.
Peter