1 / 6

MMX TECHNOLOGY

MMX TECHNOLOGY. STUDY AND IMPLEMENTATION. Introduction. MMX : Multi-Media-eXtension Designed to accelerate multimedia and communication applications. Exploits the parallelism inherent in many multimedia and communications algorithms. Highlights. Single Instruction Multiple Data technique

cormac
Download Presentation

MMX TECHNOLOGY

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MMX TECHNOLOGY STUDY AND IMPLEMENTATION

  2. Introduction • MMX : Multi-Media-eXtension • Designed to accelerate multimedia and communication applications. • Exploits the parallelism inherent in many multimedia and communications algorithms.

  3. Highlights • Single Instruction Multiple Data technique • 57 new instructions • Eight 64-bit wide MMX technology registers • Four new data types

  4. MOTIVATION • Study the Pentium Processor and its pipeline structure. • Use the MMX instructions. • Implement matrix operations using these instructions. • Analyze instructions for latency and speedup.

  5. IMPLEMENTATION • Matrix operations. • Matrix multiply, transform. • Solution to linear system of equations.

  6. Goal • To find parts of code that can efficiently use MMX instructions. • Find the data types supported and the speedup achieved. • Use data cache efficiently. • Perform loop unrolling and code optimization techniques.

More Related