Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 392 Bytes

File metadata and controls

12 lines (10 loc) · 392 Bytes

SIMD basic example.

This is a very basic SIMD example, using AVX (Advanced Vector Extensions).


How to run.

  • Under GNU/Linux run make to compile and run.

Make sure that clang is installed.

  • Under Micorsoft Windows in a x64 Native tools Command Prompt run build.bat.

uses cl.exe

Note:

  • to use AVX512 enable the __m512 part of the code and add -mavx512f flag.