Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 398 Bytes

README.mediawiki

File metadata and controls

7 lines (4 loc) · 398 Bytes

Expression Templates with SIMD

An example implementation of Expression Templates. Includes implementations for floating point values, and SIMD types. SIMD implementations for SSE and AVX are provided.

The source code itself is public domain.

Information on the implementation can be found in the accompanying article on #AltDevBlogADay.