Agner`s CPU blog

Software optimization resources | E-mail subscription to this blog | www.agner.org

 
single message Vector class library and test programs updated - Agner - 2014-04-23
 
Vector class library and test programs updated
Author: Agner Date: 2014-04-23 04:50
I have uploaded a new version of the vector class library (VCL). This C++ class library makes it possible to write vector code to use the Single-Instruction-Multiple-Data (SIMD) instructions of the CPU without the need for assembly code or intrinsic functions. The new version 1.12 includes vector versions of the standard mathematical functions. www.agner.org/optimize/#vectorclass

The test tool TESTP has also been updated. Now it can set up the performance monitor counters for reading inside another program. This is useful for testing a piece of code in its proper context. www.agner.org/optimize/#testp