![]() |
Vc
0.7.5
SIMD Vector Classes for C++
|
|
Introduction | If you are new to vectorization please read this following part and make sure you understand it: |
Portability Issues | 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 |
Feature Macros | The following macros are available to enable/disable selected features: |
Build System | Vc uses CMake as its buildsystem |
▼Examples | There are several examples shipping with Vc |
Polar Coordinates | The polarcoord example generates 1000 random Cartesian 2D coordinates that are then converted to polar coordinates and printed to the terminal |
Finite Differences | |
Matrix Class | |
Mandelbrot | This example draws a colorized Mandelbrot image on screen using Qt4 widgets |
Buddhabrot | |
Deprecated List |