[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use MMX or SSE for Apple II



Bryan Parkoff wrote:
> Do you have thought to emulate video?  Byte by Byte sequence can be
> slow.  Put 7 bytes into register and process them in parallel using MMX or
> SSE of x86.  It may speed up.  It helps when emulated MPU is in process in
> serial and then in turn to process video in parallel.  What do you think?

I think it's a better approach to use library routines to do video
blitting. Most of the time such libraries will have an optimised
version for the current architecture, be that x86, x86_64 etc.

Matt