Files
eigen/test/packetmath_generic_32.cpp
2026-02-25 08:50:47 -08:00

5 lines
167 B
C++

// Force the generic clang vector backend with 32-byte vectors.
#define EIGEN_VECTORIZE_GENERIC 1
#define EIGEN_GENERIC_VECTOR_SIZE_BYTES 32
#include "packetmath.cpp"