Hardware Design
Discover
Find Products
Discover New Technologies
Developer Community
Stay Informed
Developer Newsletters
RSS Feeds
Product Change Notifications
Get Help
Site Assistance
Feedback
Email this page
Print this page
Home ›  Hardware Design ›  Developer Site Archives ›  Intel® Pentium® III Processor Technical Documentation › 
Intel® Pentium® III Processor
Small Matrix Library

The Small Matrix Library (SML) is an implementation of common matrix and vector operations specifically optimized for Intel® Pentium® II and Intel® Pentium® III architecture. The library Includes C++ classes for matrices and vectors with sizes varying from 1x1 to 6x6; low-level functions from the library may be used directly in programs written in the C language. C++ classes include overloaded functions for such common operations as addition, subtraction, multiplication, etc. with very low overhead.

SML combines considerable performance gains with a convenient user interface. In particular, multiplication of two 6x6 matrices is executed in 652 processor cycles on the Intel® Pentium® II processor and 307 cycles on the Intel® Pentium® III processor. Among other examples, inversion of 6x6 matrix on Intel® Pentium® III requires 625 cycles and LU decomposition of 30x30 matrix can be executed in less than 70K cycles.

The library requires Microsoft Visual* C++ 5.x or later compiler and Intel® C/C++ Compiler version 4.0 or later to build the Intel® Pentium® III version of the library.

Application Notes
The following set of application notes details how to improve the performance of Small size Matrix Operations using the Intel® Pentium® III processor.

Articulated Body Demo
Download an Articulated Body Demo (.ZIP file, 10.28MB) and its accompanying video file to view a real-time application which uses the Intel® Pentium® III processor to speed up a physical simulation of a velociraptor exploring its environment.

For more documentation on Streaming SIMD Extensions, visit the Intel® Software College website.
Back to Top