mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-01-18 17:31:19 +01:00
Don't enable AVX for wasm.
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
#define EIGEN_VECTORIZE_SSE4_2
|
||||
#endif
|
||||
#ifdef __AVX__
|
||||
#ifndef EIGEN_USE_SYCL
|
||||
#if !defined(EIGEN_USE_SYCL) && !EIGEN_COMP_EMSCRIPTEN
|
||||
#define EIGEN_VECTORIZE_AVX
|
||||
#endif
|
||||
#define EIGEN_VECTORIZE_SSE3
|
||||
|
||||
Reference in New Issue
Block a user