AVX512
This commit is contained in:
parent
286732fabc
commit
51d393ff8b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#ifndef VLEN
|
||||
|
||||
#if (defined (__MIC__) || defined(__AVX512F__))
|
||||
#if (defined(__AVX512F__))
|
||||
#define VLEN 8
|
||||
#elif (defined (__AVX__))
|
||||
#define VLEN 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue