mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
5 lines
167 B
C++
5 lines
167 B
C++
// Force the generic clang vector backend with 64-byte vectors.
|
|
#define EIGEN_VECTORIZE_GENERIC 1
|
|
#define EIGEN_GENERIC_VECTOR_SIZE_BYTES 64
|
|
#include "packetmath.cpp"
|