Filter SDK/Assembler optimizing
From Avisynth wiki
This section contains information on various experiences and information on assembler writing. This will mostly cover information on MMX and Integer SSE.
- Beginner? Read some info about Simple MMX Optimization.
- Not a beginner? Try a more complex example.
- Read about Instruction pairing.
- Read about Data Alignment.
- Read about transfering data from General Purpose to MMX Registers.
- Is movntq faster?
- A link to the AMD Optimization Guide.
- A link to the Intel Optimization Guide.
Back to Filter SDK