How to Install vc-dev in Ubuntu 18.04



Install vc-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install vc-dev

Description:

Library to ease explicit vectorization of C++ code

Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. Thus an application written with Vc can be compiled for: - AVX and AVX2 - SSE2 up to SSE4.2 or SSE4a - Scalar - MIC - AVX-512 (in development) - NEON (in development) - NVIDIA GPUs / CUDA (in development)

Homepage: https://github.com/VcDevel/Vc

Version: 1.3.3-3

Section: universe/libdevel