VOLK is the Vector-Optimized Library of Kernels, a library that contains kernels of hand-written single-instruction multiple data (SIMD) code for different mathematical operations, providing portable SIMD code that is optimized for a variety of platforms. volk provides the release version, which is typically updated every month or so.
VOLK is the Vector-Optimized Library of Kernels, a library that contains kernels of hand-written single-instruction multiple data (SIMD) code for different mathematical operations, providing portable SIMD code that is optimized for a variety of platforms. volk provides the release version, which is typically updated every month or so.
To install volk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install volk
To see what files were installed by volk, run:
port contents volk
To later upgrade volk, run:
sudo port selfupdate && sudo port upgrade volk
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.