Skip to content

Commit

Permalink
AVX512DQ, AVX512VL flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Mar 25, 2019
1 parent 0bce1f6 commit 7cd47a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SeqArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,12 @@ COREARRAY_DLL_EXPORT SEXP SEQ_System()
#ifdef COREARRAY_SIMD_AVX512CD
ss.push_back("AVX512CD");
#endif
#ifdef COREARRAY_SIMD_AVX512DQ
ss.push_back("AVX512DQ");
#endif
#ifdef COREARRAY_SIMD_AVX512VL
ss.push_back("AVX512VL");
#endif
#ifdef COREARRAY_SIMD_FMA
ss.push_back("FMA");
#endif
Expand Down

0 comments on commit 7cd47a5

Please # to comment.