Vc  0.7.4
SIMD Vector Classes for C++
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
oIntroductionIf you are new to vectorization please read this following part and make sure you understand it:
oPortability IssuesOne of the major goals of Vc is to ease development of portable code, while achieving highest possible performance that requires target architecture specific instructions
oFeature MacrosThe following macros are available to enable/disable selected features:
oBuild SystemVc uses CMake as its buildsystem
\ExamplesThere are several examples shipping with Vc
 oPolar CoordinatesThe polarcoord example generates 1000 random Cartesian 2D coordinates that are then converted to polar coordinates and printed to the terminal
 oFinite Differences
 oMatrix Class
 oMandelbrotThis example draws a colorized Mandelbrot image on screen using Qt4 widgets
 \Buddhabrot