Skip to content

gindia/simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

simd example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published