Files
eigen/test/packetmath_generic_16.cpp
2026-05-04 00:36:12 +00:00

7 lines
248 B
C++

// Force the generic clang vector backend with 16-byte vectors.
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
#define EIGEN_VECTORIZE_GENERIC 1
#define EIGEN_GENERIC_VECTOR_SIZE_BYTES 16
#include "packetmath.cpp"