Skip to content
Snippets Groups Projects
Commit 5271e619 authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

improve support for vectorization in CMake

* the user can specify one of {none,AVX,AVX2,KNL} as
  targets for vectorization
* if modcc is available in PATH it will be used, which
  makes cross compilation easier
* a new flag USE_OPTIMIZED_KERNELS can be set to
  generate optimized kernels from the modcc compiler
  (equivalent to adding -O flag to modcc)
parent 3b93faa0
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