Skip to content
Snippets Groups Projects
Commit c55d9d66 authored by Vasileios Karakasis's avatar Vasileios Karakasis Committed by Ben Cumming
Browse files

modcc: AVX512 vectorisation backend (#154)

Basic features:

* Compile with -t avx512
* Automatically set up by CMake if USE_OPTIMIZED_KERNELS is on and VECTORIZE_TARGET is set to KNL 
* Generic SIMD printer that contacts a SIMD backend for emitting the actual SIMD intrinsics

Note: compilation for the avx512 target requires the Intel compiler. 
parent f01e2147
No related branches found
No related tags found
Showing with 986 additions and 70 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment