![]() |
Vc
0.7.4
SIMD Vector Classes for C++
|
|
| If you are new to vectorization please read this following part and make sure you understand it: | |
| One of the major goals of Vc is to ease development of portable code, while achieving highest possible performance that requires target architecture specific instructions | |
| The following macros are available to enable/disable selected features: | |
| Vc uses CMake as its buildsystem | |
| There are several examples shipping with Vc | |
The polarcoord example generates 1000 random Cartesian 2D coordinates that are then converted to polar coordinates and printed to the terminal | |
| This example draws a colorized Mandelbrot image on screen using Qt4 widgets | |