Vc  0.7.5
SIMD Vector Classes for C++
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 IntroductionIf you are new to vectorization please read this following part and make sure you understand it:
 Portability 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
 Feature MacrosThe following macros are available to enable/disable selected features:
 Build SystemVc uses CMake as its buildsystem
 ExamplesThere are several examples shipping with Vc
 Polar CoordinatesThe polarcoord example generates 1000 random Cartesian 2D coordinates that are then converted to polar coordinates and printed to the terminal
 Finite Differences
 Matrix Class
 MandelbrotThis example draws a colorized Mandelbrot image on screen using Qt4 widgets
 Buddhabrot
 Deprecated List