AVX512: _mm512_rsqrt28_ps is available for AVX512ER only

This commit is contained in:
Gael Guennebaud
2018-04-03 14:36:27 +02:00
parent 584951ca4d
commit 40b4bf3d32
2 changed files with 4 additions and 1 deletions

View File

@@ -183,6 +183,9 @@
#ifdef __AVX512DQ__
#define EIGEN_VECTORIZE_AVX512DQ
#endif
#ifdef __AVX512ER__
#define EIGEN_VECTORIZE_AVX512ER
#endif
#endif
// include files