Vector masking is part of AVX512, not limited to Intel compiler
This commit is contained in:
@ -134,6 +134,9 @@ enum {TIME_PACK, TIME_HOST_NEIGHBOR, TIME_HOST_PAIR, TIME_OFFLOAD_NEIGHBOR,
|
||||
#undef INTEL_VECTOR_WIDTH
|
||||
#define INTEL_VECTOR_WIDTH 1
|
||||
#define INTEL_COMPILE_WIDTH 1
|
||||
#if defined(__AVX512F__) && !defined(INTEL_VMASK)
|
||||
#define INTEL_VMASK 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user