Add support for casting between double and int64_t for SSE and AVX2.

This commit is contained in:
Rasmus Munk Larsen
2024-03-22 22:32:29 +00:00
parent d883932586
commit b86641a4c2
5 changed files with 87 additions and 4 deletions

View File

@@ -266,6 +266,9 @@
#ifdef __AVX512BF16__
#define EIGEN_VECTORIZE_AVX512BF16
#endif
#ifdef __AVX512VL__
#define EIGEN_VECTORIZE_AVX512VL
#endif
#ifdef __AVX512FP16__
#ifdef __AVX512VL__
#define EIGEN_VECTORIZE_AVX512FP16